From fce8f26af6ef8209c7d282938e9457438746841b Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Wed, 27 Jun 2018 13:12:57 -0700 Subject: treewide: http -> https (#42665) --- pkgs/top-level/python-packages.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'pkgs/top-level/python-packages.nix') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index c7033d31d044..80ca395a0265 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -2040,7 +2040,7 @@ in { meta = { description = "Complete yet simple CSS parser for Python"; license = licenses.bsd3; - homepage = http://pythonhosted.org/tinycss/; + homepage = https://pythonhosted.org/tinycss/; }; }; @@ -2686,7 +2686,7 @@ in { }; meta = { - homepage = http://docs.python.org/3/library/functools.html; + homepage = https://docs.python.org/3/library/functools.html; }; }; @@ -8075,7 +8075,7 @@ in { disabled = isPy3k; src = pkgs.fetchurl { - url = http://www.blacktrash.org/hg/muttils/archive/8bb26094df06.tar.bz2; + url = https://www.blacktrash.org/hg/muttils/archive/8bb26094df06.tar.bz2; sha256 = "1a4kxa0fpgg6rdj5p4kggfn8xpniqh8v5kbiaqc6wids02m7kag6"; }; @@ -8084,7 +8084,7 @@ in { meta = { description = "Utilities for use with console mail clients, like mutt"; - homepage = http://www.blacktrash.org/hg/muttils; + homepage = https://www.blacktrash.org/hg/muttils; license = licenses.gpl2Plus; }; }); @@ -8232,7 +8232,7 @@ in { meta = { description = "Tool to measure, monitor and analyze memory behavior"; - homepage = http://pythonhosted.org/Pympler/; + homepage = https://pythonhosted.org/Pympler/; license = licenses.asl20; }; }; @@ -8716,7 +8716,7 @@ in { meta = { description = "A Python wrapper around notmuch"; - homepage = http://notmuchmail.org/; + homepage = https://notmuchmail.org/; maintainers = with maintainers; [ garbas ]; }; }; @@ -12322,7 +12322,7 @@ in { propagatedBuildInputs = with self; [ pyasn1 ]; meta = { - homepage = "http://stuvel.eu/rsa"; + homepage = https://stuvel.eu/rsa; license = licenses.asl20; description = "A pure-Python RSA implementation"; }; @@ -13530,7 +13530,7 @@ in { doCheck = false; meta = { description = "Sphinx spelling extension"; - homepage = "http://bitbucket.org/dhellmann/sphinxcontrib-spelling"; + homepage = https://bitbucket.org/dhellmann/sphinxcontrib-spelling; maintainers = with maintainers; [ nand0p ]; license = licenses.bsd2; }; @@ -13802,7 +13802,7 @@ in { meta = { description = "Utility belt for automated testing"; - homepage = "http://falcao.it/sure/"; + homepage = https://falcao.it/sure/; license = licenses.gpl3Plus; }; }; @@ -13882,7 +13882,7 @@ in { propagatedBuildInputs = with self; [ six dateutil pytz ]; meta = { - homepage = http://github.com/ralphbean/taskw; + homepage = https://github.com/ralphbean/taskw; description = "Python bindings for your taskwarrior database"; license = licenses.gpl3Plus; platforms = platforms.all; @@ -16148,7 +16148,7 @@ EOF ''; meta = { - homepage = http://pythonhosted.org/Logbook/; + homepage = https://pythonhosted.org/Logbook/; description = "A logging replacement for Python"; license = licenses.bsd3; }; @@ -17015,7 +17015,7 @@ EOF meta = { description = "Free console XMPP client"; - homepage = http://poez.io; + homepage = https://poez.io; license = licenses.mit; maintainers = [ maintainers.lsix ]; }; @@ -17088,7 +17088,7 @@ EOF meta = with stdenv.lib; { description = "Lightweight SOAP client (Jurko's fork)"; - homepage = "http://bitbucket.org/jurko/suds"; + homepage = https://bitbucket.org/jurko/suds; }; }; @@ -17527,7 +17527,7 @@ EOF doCheck = false; meta = { description = "A client side encrypted pastebin"; - homepage = "http://0bin.net/"; + homepage = https://0bin.net/; license = licenses.wtfpl; }; }; -- cgit 1.4.1