summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")