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 @@ -692,7 +692,7 @@ Press Command/Ctrl+R in Caprine to see your changes.
692
692
const helpSubmenu : MenuItemConstructorOptions [ ] = [
693
693
openUrlMenuItem ( {
694
694
label : 'Website' ,
695
- url : 'https://sindresorhus .com/caprine' ,
695
+ url : 'https://github .com/sindresorhus /caprine' ,
696
696
} ) ,
697
697
openUrlMenuItem ( {
698
698
label : 'Source Code' ,
@@ -731,7 +731,7 @@ ${debugInfo()}`;
731
731
icon : caprineIconPath ,
732
732
copyright : 'Created by Sindre Sorhus' ,
733
733
text : 'Maintainers:\nDušan Simić\nLefteris Garyfalakis\nMichael Quevillon\nNikolas Spiridakis' ,
734
- website : 'https://sindresorhus .com/caprine' ,
734
+ website : 'https://github .com/sindresorhus /caprine' ,
735
735
} ) ,
736
736
) ;
737
737
}
You can’t perform that action at this time.
0 commit comments