diff options
author | Martin Lang <67915889+lang-m@users.noreply.github.com> | 2024-04-09 18:59:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 09:59:47 -0700 |
commit | 0b80e36867e42f027066cafca2e0e1db9f4e5ce3 (patch) | |
tree | 6b41efb6a5e647df5941fb89cc7e1b0362de3fc5 /var | |
parent | 4c9816f10c4a266a5924f149c169afcf12599a45 (diff) | |
download | spack-0b80e36867e42f027066cafca2e0e1db9f4e5ce3.tar.gz spack-0b80e36867e42f027066cafca2e0e1db9f4e5ce3.tar.bz2 spack-0b80e36867e42f027066cafca2e0e1db9f4e5ce3.tar.xz spack-0b80e36867e42f027066cafca2e0e1db9f4e5ce3.zip |
[libxc] new homepage (#43546)
The old page on tddft.org is no longer reachable.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/libxc/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libxc/package.py b/var/spack/repos/builtin/packages/libxc/package.py index 720095b190..9c1c6897d8 100644 --- a/var/spack/repos/builtin/packages/libxc/package.py +++ b/var/spack/repos/builtin/packages/libxc/package.py @@ -10,7 +10,7 @@ class Libxc(AutotoolsPackage, CudaPackage): """Libxc is a library of exchange-correlation functionals for density-functional theory.""" - homepage = "https://tddft.org/programs/libxc/" + homepage = "https://libxc.gitlab.io" url = "https://gitlab.com/libxc/libxc/-/archive/6.1.0/libxc-6.1.0.tar.gz" license("MPL-2.0-no-copyleft-exception") |