faodel: update github URL organization to sandialabs (#39446)

This commit is contained in:
Todd Kordenbrock 2023-08-16 09:25:47 -05:00 committed by GitHub
parent f41d7a89f3
commit 00f8f5898a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@
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")