summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/nwchem/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/nwchem/package.py')
-rw-r--r--var/spack/repos/builtin/packages/nwchem/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/nwchem/package.py b/var/spack/repos/builtin/packages/nwchem/package.py
index e3aec20626..1ce1846834 100644
--- a/var/spack/repos/builtin/packages/nwchem/package.py
+++ b/var/spack/repos/builtin/packages/nwchem/package.py
@@ -97,8 +97,8 @@ class Nwchem(Package):
make(*args)
# need to install by hand. Follow Ubuntu:
- # http://packages.ubuntu.com/trusty/all/nwchem-data/filelist
- # http://packages.ubuntu.com/trusty/amd64/nwchem/filelist
+ # https://packages.ubuntu.com/trusty/all/nwchem-data/filelist
+ # https://packages.ubuntu.com/trusty/amd64/nwchem/filelist
share_path = join_path(prefix, 'share', 'nwchem')
mkdirp(prefix.bin)