summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/groff/package.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-08-16 01:27:21 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2018-08-15 23:27:21 -0700
commit5be5c486ace6e0e67f67caa6d553d556df1cc5ba (patch)
tree4a3dfe4534e7f1666951c810ec885c56916858ba /var/spack/repos/builtin/packages/groff/package.py
parent44e13b0478d7fd05193e848585e9a4496bc8b32d (diff)
downloadspack-5be5c486ace6e0e67f67caa6d553d556df1cc5ba.tar.gz
spack-5be5c486ace6e0e67f67caa6d553d556df1cc5ba.tar.bz2
spack-5be5c486ace6e0e67f67caa6d553d556df1cc5ba.tar.xz
spack-5be5c486ace6e0e67f67caa6d553d556df1cc5ba.zip
Download GNU packages from mirrors (#8992)
Diffstat (limited to 'var/spack/repos/builtin/packages/groff/package.py')
-rw-r--r--var/spack/repos/builtin/packages/groff/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/groff/package.py b/var/spack/repos/builtin/packages/groff/package.py
index 480184f2a7..365be697e4 100644
--- a/var/spack/repos/builtin/packages/groff/package.py
+++ b/var/spack/repos/builtin/packages/groff/package.py
@@ -32,7 +32,7 @@ class Groff(AutotoolsPackage):
ASCII/UTF8 for display at the terminal."""
homepage = "https://www.gnu.org/software/groff/"
- url = "http://ftp.gnu.org/gnu/groff/groff-1.22.3.tar.gz"
+ url = "https://ftpmirror.gnu.org/groff/groff-1.22.3.tar.gz"
# TODO: add html variant, spack doesn't have netpbm and its too
# complicated for me to find out at this point in time.