diff options
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6fe83b2a8b..3609ff055c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13376,7 +13376,7 @@ PNG, JPEG, JPEG2000 and GIF files in pure Python.") (origin (method git-fetch) (uri (git-reference - (url "git://github.com/tgalal/python-axolotl-curve25519") + (url "https://github.com/tgalal/python-axolotl-curve25519") (commit "e4a9c4de0eae27223200579c58d1f8f6d20637e2"))) (file-name (string-append name "-" version "-checkout")) (sha256 |