[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python-crossenv: Fix home page.
From: |
guix-commits |
Subject: |
03/03: gnu: python-crossenv: Fix home page. |
Date: |
Wed, 14 Feb 2024 11:57:48 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit f21a4f492e03065737d002a786da51db501048ab
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 14 16:32:11 2024 +0000
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