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: I23dbb6c67b0fe3922b9cecf863e612857827ad78master
parent
db88f712f8
commit
f21a4f492e
|
@ -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
|
||||
|
|
Reference in New Issue