Skip to content

Commit 3613bee

Browse files
Merge pull request slgobinath#823 from hartwork/sync-repository-references-after-rename
Update repository references to `github.com/slgobinath/safeeyes` (all lowercase) (related to slgobinath#820)
2 parents ab5525d + d623c6c commit 3613bee

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
2525
- Desktop Env [e.g. Gnome, KDE]
2626
- Version [e.g. 2.0.3]
2727

28-
**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**)
28+
**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/safeeyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**)
2929

3030
**Debug Log**
3131
Run the Safe Eyes using `safeeyes --debug` command attach the ~/safeeyes.log` file.

.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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<img src="https://raw.githubusercontent.com/slgobinath/SafeEyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
1+
<img src="https://raw.githubusercontent.com/slgobinath/safeeyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
22

33
# Safe Eyes
44

5-
[![Release](https://img.shields.io/github/v/release/slgobinath/SafeEyes)](https://github.com/slgobinath/SafeEyes/releases)
5+
[![Release](https://img.shields.io/github/v/release/slgobinath/safeeyes)](https://github.com/slgobinath/safeeyes/releases)
66
[![PyPI version](https://badge.fury.io/py/safeeyes.svg)](https://badge.fury.io/py/safeeyes)
77
[![Debian](https://badges.debian.net/badges/debian/unstable/safeeyes/version.svg)](https://packages.debian.org/unstable/safeeyes)
88
[![AUR](https://img.shields.io/aur/version/safeeyes)](https://aur.archlinux.org/packages/safeeyes)
@@ -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

@@ -141,7 +141,7 @@ After installation, restart your system to update the icons,
141141
**To run from source:**
142142

143143
```bash
144-
git clone https://github.com/slgobinath/SafeEyes.git
144+
git clone https://github.com/slgobinath/safeeyes.git
145145
cd SafeEyes
146146
python3 -m safeeyes
147147
```
@@ -179,7 +179,7 @@ Some Linux systems like CentOS do not have matching dependencies available in th
179179
python3 -m safeeyes
180180
```
181181

182-
For more details, please check the issue: [#329](https://github.com/slgobinath/SafeEyes/issues/329)
182+
For more details, please check the issue: [#329](https://github.com/slgobinath/safeeyes/issues/329)
183183

184184
This method has the same caveats about icons/window icons as running from source.
185185

@@ -224,11 +224,11 @@ The available dependency groups can be found in the `pyproject.toml` file.
224224
2. Run `python3 -m safeeyes` to make sure nothing is broken
225225
3. Update the Safe Eyes version. Run `./update-version.sh "version.number.number" "New version with shiny new feature"`.
226226
To manually change the version number, update the following places (Open the project in VSCode and search for the current version):
227-
- [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L4)
228-
- [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L35)
229-
- [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56)
230-
- [about_dialog.glade](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/glade/about_dialog.glade#L74)
231-
4. Update the [changelog](https://github.com/slgobinath/SafeEyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release.
227+
- [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L4)
228+
- [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L35)
229+
- [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56)
230+
- [about_dialog.glade](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/glade/about_dialog.glade#L74)
231+
4. Update the [changelog](https://github.com/slgobinath/safeeyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release.
232232
5. Commit the changes to `master`
233233
6. Create a pull-request from `master` to `release`
234234
7. Merge the PR to release **with merge commit** (Important to merge with merge commit)
@@ -238,7 +238,7 @@ To manually change the version number, update the following places (Open the pro
238238
First check if translations for your language are already available on [Weblate](https://hosted.weblate.org/engage/safe-eyes/), which is the cloud based translation platform we use.
239239
240240
- If the language is already there, feel free to add new translations or improve the existing ones.
241-
- If it is not there, please [open an issue](https://github.com/slgobinath/SafeEyes/issues) in Github so that we can add your language to Weblate.
241+
- If it is not there, please [open an issue](https://github.com/slgobinath/safeeyes/issues) in Github so that we can add your language to Weblate.
242242
243243
## License
244244

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Gobinath Loganathan <[email protected]>
55
Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging, python3-setuptools
66
Standards-Version: 3.9.6
77
X-Python3-Version: >= 3.10
8-
Homepage: https://github.com/slgobinath/SafeEyes/
8+
Homepage: https://github.com/slgobinath/safeeyes/
99

1010
Package: safeeyes
1111
Architecture: all

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: uget-chrome-wrapper
3-
Source: https://github.com/slgobinath/SafeEyes/
3+
Source: https://github.com/slgobinath/safeeyes/
44

55
Files: *
66
Copyright: 2016 Gobinath Loganathan <[email protected]>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies = [
2929
requires-python = ">=3.10"
3030

3131
[project.urls]
32-
Homepage = "https://github.com/slgobinath/SafeEyes"
33-
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.3.0.tar.gz"
32+
Homepage = "https://github.com/slgobinath/safeeyes"
33+
Downloads = "https://github.com/slgobinath/safeeyes/archive/v3.3.0.tar.gz"
3434

3535
[project.scripts]
3636
safeeyes = "safeeyes.__main__:main"

safeeyes/glade/about_dialog.glade

Lines changed: 4 additions & 4 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>
@@ -140,7 +140,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
140140
<property name="focus-on-click">0</property>
141141
<property name="receives-default">1</property>
142142
<property name="halign">center</property>
143-
<property name="uri">https://github.com/slgobinath/SafeEyes/graphs/contributors?type=a</property>
143+
<property name="uri">https://github.com/slgobinath/safeeyes/graphs/contributors?type=a</property>
144144
</object>
145145
</child>
146146
<child>
@@ -163,7 +163,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
163163
<property name="receives-default">True</property>
164164
<property name="halign">center</property>
165165
<property name="has-frame">0</property>
166-
<property name="uri">https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#how-you-can-help-improving-translation-of-safe-eyes</property>
166+
<property name="uri">https://github.com/slgobinath/safeeyes?tab=readme-ov-file#how-you-can-help-improving-translation-of-safe-eyes</property>
167167
</object>
168168
</child>
169169
</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)