mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
db88f712f8
commit
f21a4f492e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue