From b96d836a729e05fc717ab61dc87dbf4d596cd2c5 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 30 Sep 2021 11:30:29 +0200 Subject: Move gnuconfig under the spack org (#26370) --- var/spack/repos/builtin/packages/gnuconfig/package.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/var/spack/repos/builtin/packages/gnuconfig/package.py b/var/spack/repos/builtin/packages/gnuconfig/package.py index 526bc6a7e3..c473666ea4 100644 --- a/var/spack/repos/builtin/packages/gnuconfig/package.py +++ b/var/spack/repos/builtin/packages/gnuconfig/package.py @@ -14,13 +14,13 @@ class Gnuconfig(Package): """ homepage = "https://www.gnu.org/software/config/" - git = "https://github.com/haampie/config.git" - url = "https://github.com/haampie/config/archive/refs/tags/2021-08-14.tar.gz" + git = "https://github.com/spack/gnuconfig.git" + url = "https://github.com/spack/gnuconfig/releases/download/2021-08-14/gnuconfig-2021-08-14.tar.gz" maintainers = ['haampie'] version('master', branch='master') - version('2021-08-14', sha256='1d1134f2f9d5f1342693793a536643c9aa11eaf672d1bf453ce2a415fdb8ebcc') + version('2021-08-14', sha256='69b6d2868e70167ba1bdb9030b49beeb20f00b37e30825e83fd04291d96bc5f7') def install(self, spec, prefix): with working_dir(self.stage.source_path): -- cgit v1.2.3-70-g09d2