aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNickolas Raymond Kaczynski <nrk@disroot.org>2022-06-11 21:37:08 +0600
committerNickolas Raymond Kaczynski <nrk@disroot.org>2022-06-11 21:37:08 +0600
commitaecb26ebbf3abc32387e9f38df0c5cc6769d3982 (patch)
tree5c7e44853454a5958af0a31386f4ae013840bfd4 /media-gfx
parentdev-util/blueprint-compiler: Add 0.2.0 (diff)
downloadguru-aecb26ebbf3abc32387e9f38df0c5cc6769d3982.tar.gz
guru-aecb26ebbf3abc32387e9f38df0c5cc6769d3982.tar.bz2
guru-aecb26ebbf3abc32387e9f38df0c5cc6769d3982.zip
media-gfx/nsxiv: change homepage and git uri
still using github for fetching tarballs since it'd presumably hab better speed. Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/nsxiv/nsxiv-29.ebuild4
-rw-r--r--media-gfx/nsxiv/nsxiv-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/nsxiv/nsxiv-29.ebuild b/media-gfx/nsxiv/nsxiv-29.ebuild
index 20d5ea1cc..6aa11c535 100644
--- a/media-gfx/nsxiv/nsxiv-29.ebuild
+++ b/media-gfx/nsxiv/nsxiv-29.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit desktop xdg-utils savedconfig toolchain-funcs linux-info
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/nsxiv/nsxiv.git"
+ EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git"
inherit git-r3
else
SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -14,7 +14,7 @@ else
fi
DESCRIPTION="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
-HOMEPAGE="https://github.com/nsxiv/nsxiv"
+HOMEPAGE="https://codeberg.org/nsxiv/nsxiv"
LICENSE="GPL-2"
SLOT="0"
diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild b/media-gfx/nsxiv/nsxiv-9999.ebuild
index b33899993..0b27fee7f 100644
--- a/media-gfx/nsxiv/nsxiv-9999.ebuild
+++ b/media-gfx/nsxiv/nsxiv-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit desktop xdg-utils savedconfig toolchain-funcs linux-info
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/nsxiv/nsxiv.git"
+ EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git"
inherit git-r3
else
SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -14,7 +14,7 @@ else
fi
DESCRIPTION="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
-HOMEPAGE="https://github.com/nsxiv/nsxiv"
+HOMEPAGE="https://codeberg.org/nsxiv/nsxiv"
LICENSE="GPL-2"
SLOT="0"