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
This commit is contained in:
Sharlatan Hellseher 2024-02-14 16:32:11 +00:00
parent db88f712f8
commit f21a4f492e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5814,7 +5814,7 @@ (define-public python-crossenv
(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