diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:35:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:18 +0100 |
commit | 14a5146f3a5a4ab4587e8e8dba7c7b6cf5a6720b (patch) | |
tree | 9f6acb11a6767ddb0123eccc3e922f161a91b38c | |
parent | cc31d1726385a3baeec77eae57de50e73174f14c (diff) |
gnu: python-execnet: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-execnet)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d2cd270ab7..bd107f9648 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8599,7 +8599,7 @@ minimal and fast API targeting the following uses: @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 |