summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-03-09 11:27:21 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-03-16 13:13:19 +0100
commitb6b9cd1380011e3f0d911c530ade77b21d351451 (patch)
tree4dc660b03b202c6a6e0a788c2a20415e1c77f46f /media-gfx
parentx11-wm/wm2: use https (diff)
downloadgentoo-b6b9cd1380011e3f0d911c530ade77b21d351451.tar.gz
gentoo-b6b9cd1380011e3f0d911c530ade77b21d351451.tar.bz2
gentoo-b6b9cd1380011e3f0d911c530ade77b21d351451.zip
media-gfx/sxiv: update github links
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/sxiv/metadata.xml2
-rw-r--r--media-gfx/sxiv/sxiv-26.ebuild8
-rw-r--r--media-gfx/sxiv/sxiv-9999.ebuild8
3 files changed, 9 insertions, 9 deletions
diff --git a/media-gfx/sxiv/metadata.xml b/media-gfx/sxiv/metadata.xml
index cb4cee647502..dd8ba70a330e 100644
--- a/media-gfx/sxiv/metadata.xml
+++ b/media-gfx/sxiv/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <remote-id type="github">muennich/sxiv</remote-id>
+ <remote-id type="github">xyb3rt/sxiv</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild
index 65a298e1cf21..831d84532319 100644
--- a/media-gfx/sxiv/sxiv-26.ebuild
+++ b/media-gfx/sxiv/sxiv-26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,15 +6,15 @@ EAPI=7
inherit desktop xdg-utils savedconfig toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/muennich/sxiv.git"
+ EGIT_REPO_URI="https://github.com/xyb3rt/sxiv.git"
inherit git-r3
else
- SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/xyb3rt/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
fi
DESCRIPTION="Simple (or small or suckless) X Image Viewer"
-HOMEPAGE="https://github.com/muennich/sxiv/"
+HOMEPAGE="https://github.com/xyb3rt/sxiv/"
LICENSE="GPL-2+ public-domain"
SLOT="0"
diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild
index 587eeb6bcc32..79d85908dc89 100644
--- a/media-gfx/sxiv/sxiv-9999.ebuild
+++ b/media-gfx/sxiv/sxiv-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,15 +6,15 @@ EAPI=7
inherit desktop xdg-utils savedconfig toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/muennich/sxiv.git"
+ EGIT_REPO_URI="https://github.com/xyb3rt/sxiv.git"
inherit git-r3
else
- SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/xyb3rt/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="Simple (or small or suckless) X Image Viewer"
-HOMEPAGE="https://github.com/muennich/sxiv/"
+HOMEPAGE="https://github.com/xyb3rt/sxiv/"
LICENSE="GPL-2+ public-domain"
SLOT="0"