diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-28 21:28:47 +0900 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 21:01:38 +0000 |
commit | 0287db4bcb47725d6c53e5957a073d56c50873ff (patch) | |
tree | ddfcb5982e0b79071eaab2a718e6e6f41aef1e02 | |
parent | d9701efd2b9eee26c46f85faaff6d6283e6e2ee0 (diff) | |
download | guix-0287db4bcb47725d6c53e5957a073d56c50873ff.tar.gz guix-0287db4bcb47725d6c53e5957a073d56c50873ff.zip |
gnu: python-pytest-virtualenv: Update home page URL.
* gnu/packages/python-check.scm (python-pytest-virtualenv)
[home-page]: Update URL.
Change-Id: Iaf6a34a12b942bf46530e7a000def049d83fface
-rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index aa119c90ea..6230f62784 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1556,7 +1556,7 @@ testing framework.") python-pytest-shutil python-pytest-fixture-config python-virtualenv)) - (home-page "https://github.com/manahl/pytest-plugins") + (home-page "https://github.com/man-group/pytest-plugins") (synopsis "Virtualenv fixture for py.test") (description "This package provides a virtualenv fixture for the py.test framework.") |