gnu: python-execnet: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-execnet)[home-page]: Use HTTPS.
This commit is contained in:
parent
cc31d17263
commit
14a5146f3a
1 changed files with 1 additions and 1 deletions
|
@ -8599,7 +8599,7 @@ (define-public python-execnet
|
|||
@item write and deploy hybrid multi-process applications
|
||||
@item write scripts to administer multiple environments
|
||||
@end enumerate")
|
||||
(home-page "http://codespeak.net/execnet/")
|
||||
(home-page "https://codespeak.net/execnet/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-execnet
|
||||
|
|
Loading…
Reference in a new issue