[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: python-pytest-virtualenv: Update home page URL.
From: |
guix-commits |
Subject: |
02/04: gnu: python-pytest-virtualenv: Update home page URL. |
Date: |
Sun, 1 Dec 2024 08:35:09 -0500 (EST) |
apteryx pushed a commit to branch python-team
in repository guix.
commit ce71dcc85fcba25b2e6386583a45f5d5a1300623
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 28 21:28:47 2024 +0900
gnu: python-pytest-virtualenv: Update home page URL.
* gnu/packages/python-check.scm (python-pytest-virtualenv)
[home-page]: Update URL.
Change-Id: Iaf6a34a12b942bf46530e7a000def049d83fface
---
gnu/packages/python-check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.")