From f21a4f492e03065737d002a786da51db501048ab Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 14 Feb 2024 16:32:11 +0000 Subject: gnu: python-crossenv: Fix home page. * gnu/packages/python-xyz.scm (python-crossenv) [home-page]: Use the home page as seen on the PyPI page. Change-Id: I23dbb6c67b0fe3922b9cecf863e612857827ad78 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ae9ff6b1fc..0c761434b4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5814,7 +5814,7 @@ e.g. filters, callbacks and errbacks can all be promises.") (build-system python-build-system) (arguments (list #:tests? #f)) ; tests not distributed on pypi - (home-page "https://github.com/benfogle/virtualenv") + (home-page "https://github.com/benfogle/crossenv") (synopsis "Cross-compiling virtualenv for Python") (description "This package is a tool for cross-compiling extension modules. It creates a special virtual environment such that @command{pip} or -- cgit v1.2.3