summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com>2024-05-04 00:35:39 +0100
committerGitHub <noreply@github.com>2024-05-03 17:35:39 -0600
commit4adbfa38354ce80925114582290ce587e99f0022 (patch)
tree9828377958f040c078808b16f5fe7892021b5587
parent8a1b69c1d3b93ba2f9b787f53bb93282448c3bdf (diff)
downloadspack-4adbfa38354ce80925114582290ce587e99f0022.tar.gz
spack-4adbfa38354ce80925114582290ce587e99f0022.tar.bz2
spack-4adbfa38354ce80925114582290ce587e99f0022.tar.xz
spack-4adbfa38354ce80925114582290ce587e99f0022.zip
fix package permissions docs link for gaussian packages (#43998)
-rw-r--r--var/spack/repos/builtin/packages/gaussian-src/package.py2
-rw-r--r--var/spack/repos/builtin/packages/gaussian-view/package.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/gaussian-src/package.py b/var/spack/repos/builtin/packages/gaussian-src/package.py
index 51d771efad..8f34198a81 100644
--- a/var/spack/repos/builtin/packages/gaussian-src/package.py
+++ b/var/spack/repos/builtin/packages/gaussian-src/package.py
@@ -129,7 +129,7 @@ read through it and then execute it:
If you have to give others access, please customize the group membership of the package
files as documented here:
- https://spack.readthedocs.io/en/latest/build_settings.html#package-permissions""".format(
+ https://spack.readthedocs.io/en/latest/packages_yaml.html#package-permissions""".format(
perm_script_path
)
)
diff --git a/var/spack/repos/builtin/packages/gaussian-view/package.py b/var/spack/repos/builtin/packages/gaussian-view/package.py
index b092719a45..985de8e049 100644
--- a/var/spack/repos/builtin/packages/gaussian-view/package.py
+++ b/var/spack/repos/builtin/packages/gaussian-view/package.py
@@ -102,7 +102,7 @@ read through it and then execute it:
If you have to give others access, please customize the group membership of the package
files as documented here:
- https://spack.readthedocs.io/en/latest/build_settings.html#package-permissions""".format(
+ https://spack.readthedocs.io/en/latest/packages_yaml.html#package-permissions""".format(
perm_script_path
)
)