commit: 9169d41c1edfb0eac2cacc5002a86a06b6ffdb08
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 15:18:24 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 15:18:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9169d41c
sys-cluster/singularity: update upstream GitHub URI
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
sys-cluster/singularity/metadata.xml | 2 +-
sys-cluster/singularity/singularity-3.6.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-cluster/singularity/metadata.xml
b/sys-cluster/singularity/metadata.xml
index 99e731f8f12..420e64d5899 100644
--- a/sys-cluster/singularity/metadata.xml
+++ b/sys-cluster/singularity/metadata.xml
@@ -14,6 +14,6 @@
<flag name="suid">Install SUID helper binary</flag>
</use>
<upstream>
- <remote-id type="github">sylabs/singularity</remote-id>
+ <remote-id type="github">hpcng/singularity</remote-id>
</upstream>
</pkgmetadata>
diff --git a/sys-cluster/singularity/singularity-3.6.0.ebuild
b/sys-cluster/singularity/singularity-3.6.0.ebuild
index 16834ae083a..202258ead7a 100644
--- a/sys-cluster/singularity/singularity-3.6.0.ebuild
+++ b/sys-cluster/singularity/singularity-3.6.0.ebuild
@@ -7,7 +7,7 @@ inherit linux-info
DESCRIPTION="Application containers for Linux"
HOMEPAGE="https://sylabs.io"
-SRC_URI="https://github.com/sylabs/${PN}/releases/download/v${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"