gnu: python-execnet: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-execnet)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:35:13 +01:00
parent cc31d17263
commit 14a5146f3a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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