diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:13:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | 26827dfe36a495d1e55a07f23689df14296218bc (patch) | |
tree | 97136454fdc6891925ad4a44f2211395719dfdb9 /gnu | |
parent | f894ffd8672f0999c580f02d4a0e6db660a8adca (diff) | |
download | patches-26827dfe36a495d1e55a07f23689df14296218bc.tar patches-26827dfe36a495d1e55a07f23689df14296218bc.tar.gz |
gnu: python-activepapers: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-activepapers)[home-page]:
Use HTTPS.
Diffstat (limited to 'gnu')
-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 27af30c488..09940c16fa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14378,7 +14378,7 @@ particularly convenient for use in tests.") ("python-nose" ,python-nose))) (propagated-inputs `(("python-h5py" ,python-h5py))) - (home-page "http://www.activepapers.org/") + (home-page "https://www.activepapers.org/") (synopsis "Executable papers for scientific computing") (description "ActivePapers is a tool for working with executable papers, which |