Skip to content

Commit d623c6c

Browse files
committed
Fix links to slgobinath.github.io/safeeyes as well
Related command was: > git grep -l slgobinath.github.io/SafeEyes | xargs sed 's,slgobinath.github.io/SafeEyes,slgobinath.github.io/safeeyes,g' -i
1 parent 3d26940 commit d623c6c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: SafeEyes
33
Upstream-Contact: Gobinath Loganathan <[email protected]>
4-
Source: https://slgobinath.github.io/SafeEyes/
4+
Source: https://slgobinath.github.io/safeeyes/
55

66
Files: *
77
Copyright: 2016-2024, Gobinath Loganathan <[email protected]>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder.
1414

15-
Visit the official site: https://slgobinath.github.io/SafeEyes/ for more details.
15+
Visit the official site: https://slgobinath.github.io/safeeyes/ for more details.
1616

1717
## Safe Eyes command-line arguments
1818

safeeyes/glade/about_dialog.glade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
108108
</child>
109109
<child>
110110
<object class="GtkLinkButton" id="btn_url">
111-
<property name="label">https://slgobinath.github.io/SafeEyes</property>
111+
<property name="label">https://slgobinath.github.io/safeeyes</property>
112112
<property name="visible">1</property>
113113
<property name="can-focus">1</property>
114114
<property name="focus-on-click">0</property>
115115
<property name="receives-default">1</property>
116116
<property name="halign">center</property>
117117
<property name="has-frame">0</property>
118-
<property name="uri">https://slgobinath.github.io/SafeEyes</property>
118+
<property name="uri">https://slgobinath.github.io/safeeyes</property>
119119
</object>
120120
</child>
121121
</object>

safeeyes/glade/item_plugin.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<child>
7777
<object class="GtkLinkButton" id="btn_plugin_extra_link">
7878
<property name="label" translatable="yes">Click here for more information</property>
79-
<property name="uri">https://slgobinath.github.io/SafeEyes</property>
79+
<property name="uri">https://slgobinath.github.io/safeeyes</property>
8080
<property name="visible">0</property>
8181
<property name="margin-start">0</property>
8282
<property name="margin-top">5</property>

safeeyes/glade/required_plugin_dialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<child>
6767
<object class="GtkLinkButton" id="btn_extra_link">
6868
<property name="label" translatable="yes">Click here for more information</property>
69-
<property name="uri">https://slgobinath.github.io/SafeEyes</property>
69+
<property name="uri">https://slgobinath.github.io/safeeyes</property>
7070
<property name="visible">0</property>
7171
</object>
7272
</child>

safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@
3838
<screenshots>
3939
<screenshot type="default">
4040
<caption>Safe Eyes short break screen.</caption>
41-
<image>https://slgobinath.github.io/SafeEyes/images/safeeyes_1.png</image>
41+
<image>https://slgobinath.github.io/safeeyes/images/safeeyes_1.png</image>
4242
</screenshot>
4343
<screenshot>
4444
<caption>Safe Eyes long break screen.</caption>
45-
<image>https://slgobinath.github.io/SafeEyes/images/safeeyes_3.png</image>
45+
<image>https://slgobinath.github.io/safeeyes/images/safeeyes_3.png</image>
4646
</screenshot>
4747
<screenshot>
4848
<caption>Safe Eyes settings window.</caption>
49-
<image>https://slgobinath.github.io/SafeEyes/images/safeeyes_6.png</image>
49+
<image>https://slgobinath.github.io/safeeyes/images/safeeyes_6.png</image>
5050
</screenshot>
5151
</screenshots>
5252

53-
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>
53+
<url type="homepage">https://slgobinath.github.io/safeeyes/</url>
5454

5555
<releases>
5656
<release version="3.3.0" date="2025-12-20" />

0 commit comments

Comments
 (0)