diff --git a/var/spack/repos/builtin/packages/p2300/package.py b/var/spack/repos/builtin/packages/p2300/package.py index 48a4d82b1f..721c7d60c7 100644 --- a/var/spack/repos/builtin/packages/p2300/package.py +++ b/var/spack/repos/builtin/packages/p2300/package.py @@ -9,8 +9,8 @@ class P2300(CMakePackage): """The proposed C++ framework for asynchronous and parallel programming.""" - homepage = "https://github.com/brycelelbach/wg21_p2300_std_execution" - git = "https://github.com/brycelelbach/wg21_p2300_std_execution.git" + homepage = "https://github.com/NVIDIA/stdexec" + git = "https://github.com/NVIDIA/stdexec.git" maintainers = ["msimberg", "aurianer"] version("main", branch="main")