diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-21 17:18:24 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-21 17:18:24 +0200 |
commit | 9169d41c1edfb0eac2cacc5002a86a06b6ffdb08 (patch) | |
tree | 110e8e88d9fdee79e82b5674cb1d8e39a8059584 /sys-cluster/singularity | |
parent | sys-cluster/singularity: remove old (diff) | |
download | gentoo-9169d41c1edfb0eac2cacc5002a86a06b6ffdb08.tar.gz gentoo-9169d41c1edfb0eac2cacc5002a86a06b6ffdb08.tar.bz2 gentoo-9169d41c1edfb0eac2cacc5002a86a06b6ffdb08.zip |
sys-cluster/singularity: update upstream GitHub URI
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-cluster/singularity')
-rw-r--r-- | sys-cluster/singularity/metadata.xml | 2 | ||||
-rw-r--r-- | 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 99e731f8f127..420e64d58996 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 16834ae083a3..202258ead7a6 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" |