File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Release: 1%{?dist}
7
7
Summary: Elegant Facebook Messenger desktop app
8
8
9
9
License: MIT
10
- URL: https://sindresorhus .com/caprine/
10
+ URL: https://github .com/sindresorhus /caprine/
11
11
Source0: https://github.com/sindresorhus/caprine/archive/refs/tags/v%{version }.tar.gz
12
12
Source1: %{name }.desktop
13
13
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<br>
3
3
<br>
4
- <a href="https://sindresorhus .com/caprine">
4
+ <a href="https://github .com/sindresorhus /caprine">
5
5
<img src="media/AppIcon-readme.png" width="200" height="200">
6
6
</a>
7
7
<h1>Caprine</h1>
17
17
Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.
18
18
</b>
19
19
<br>
20
- <a href="https://sindresorhus .com/caprine">
20
+ <a href="https://github .com/sindresorhus /caprine">
21
21
Website
22
22
</a>
23
23
<br>
49
49
50
50
* macOS 10.12+ (Intel and Apple Silicon), Linux (x64 and arm64), and Windows 10+ (64-bit) are supported.*
51
51
52
- Download the latest version on the [ website] ( https://sindresorhus .com/caprine ) or below.
52
+ Download the latest version on the [ website] ( https://github .com/sindresorhus /caprine ) or below.
53
53
54
54
### macOS
55
55
Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ Press Command/Ctrl+R in Caprine to see your changes.
674
674
const helpSubmenu : MenuItemConstructorOptions [ ] = [
675
675
openUrlMenuItem ( {
676
676
label : 'Website' ,
677
- url : 'https://sindresorhus .com/caprine' ,
677
+ url : 'https://github .com/sindresorhus /caprine' ,
678
678
} ) ,
679
679
openUrlMenuItem ( {
680
680
label : 'Source Code' ,
@@ -713,7 +713,7 @@ ${debugInfo()}`;
713
713
icon : caprineIconPath ,
714
714
copyright : 'Created by Sindre Sorhus' ,
715
715
text : 'Maintainers:\nDušan Simić\nLefteris Garyfalakis\nMichael Quevillon\nNikolas Spiridakis' ,
716
- website : 'https://sindresorhus .com/caprine' ,
716
+ website : 'https://github .com/sindresorhus /caprine' ,
717
717
} ) ,
718
718
) ;
719
719
}
You can’t perform that action at this time.
0 commit comments