summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-02-14 16:32:11 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-14 16:50:44 +0000
commitf21a4f492e03065737d002a786da51db501048ab (patch)
treea584d7c463b0c324c567275d6b3a041b3acf7772
parentdb88f712f82e5cc24b9cc05324bccab6c5fc16e3 (diff)
downloadguix-patches-f21a4f492e03065737d002a786da51db501048ab.tar
guix-patches-f21a4f492e03065737d002a786da51db501048ab.tar.gz
gnu: python-crossenv: Fix home page.base-for-issue-69167
* gnu/packages/python-xyz.scm (python-crossenv) [home-page]: Use the home page as seen on the PyPI page. Change-Id: I23dbb6c67b0fe3922b9cecf863e612857827ad78
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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