summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Kordenbrock <tkordenbrock@users.noreply.github.com>2023-08-16 09:25:47 -0500
committerGitHub <noreply@github.com>2023-08-16 07:25:47 -0700
commit00f8f5898a8f81605d733bcc9296628a10d3aa31 (patch)
tree367b993aac02607b9e13b7208e47228d5df9ffb8
parentf41d7a89f370d89ca296d098245c02b508ba224d (diff)
downloadspack-00f8f5898a8f81605d733bcc9296628a10d3aa31.tar.gz
spack-00f8f5898a8f81605d733bcc9296628a10d3aa31.tar.bz2
spack-00f8f5898a8f81605d733bcc9296628a10d3aa31.tar.xz
spack-00f8f5898a8f81605d733bcc9296628a10d3aa31.zip
faodel: update github URL organization to sandialabs (#39446)
-rw-r--r--var/spack/repos/builtin/packages/faodel/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/faodel/package.py b/var/spack/repos/builtin/packages/faodel/package.py
index e93dc45f01..263ff3521d 100644
--- a/var/spack/repos/builtin/packages/faodel/package.py
+++ b/var/spack/repos/builtin/packages/faodel/package.py
@@ -9,9 +9,9 @@ from spack.package import *
class Faodel(CMakePackage):
"""Flexible, Asynchronous, Object Data-Exchange Libraries"""
- homepage = "https://github.com/faodel/faodel"
- url = "https://github.com/faodel/faodel/archive/v1.2108.1.tar.gz"
- git = "https://github.com/faodel/faodel.git"
+ homepage = "https://github.com/sandialabs/faodel"
+ url = "https://github.com/sandialabs/faodel/archive/v1.2108.1.tar.gz"
+ git = "https://github.com/sandialabs/faodel.git"
maintainers("tkordenbrock", "craigulmer")