diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-12 14:50:30 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 14:50:30 -0700 |
| commit | 933d1c62de3c911602d2021b0471c31d86ec1632 (patch) | |
| tree | a33e16f4d01f66e255697f20aa8788f9ee1a46da | |
| parent | 9c3f9e103ee9fb65adb5cacf7b83398025ecb7ad (diff) | |
| -rw-r--r-- | gui-apps/slstatus/slstatus-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/slstatus/slstatus-9999.ebuild b/gui-apps/slstatus/slstatus-9999.ebuild index 3856f3e..1c10fab 100644 --- a/gui-apps/slstatus/slstatus-9999.ebuild +++ b/gui-apps/slstatus/slstatus-9999.ebuild @@ -30,12 +30,12 @@ inherit toolchain-funcs git-r3 DESCRIPTION="Customized fork of the suckless modular status bar for window managers" # Homepage, not used by Portage directly but handy for developer reference -HOMEPAGE="https://codeberg.org/csobczak/slstatus" +HOMEPAGE="https://git.sobczak.family/slstatus" # Point to any required sources; these will be automatically downloaded by # Portage. #SRC_URI="ftp://foo.example.org/${P}.tar.gz" -EGIT_REPO_URI="https://codeberg.org/csobczak/slstatus.git" +EGIT_REPO_URI="https://git.sobczak.family/slstatus.git" EGIT_BRANCH="csobczak" # Source directory; the dir where the sources can be found (automatically |
