treewide: Change URLs to HTTPS

Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
Daniel Schaefer
2019-04-22 10:14:28 +02:00
parent 0109c84f71
commit bac4d95aa2
186 changed files with 242 additions and 243 deletions

View File

@@ -59,7 +59,7 @@ in buildPythonPackage rec {
meta = {
description = "An optimising static compiler for both the Python programming language and the extended Cython programming language";
homepage = http://cython.org;
homepage = https://cython.org;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = {
description = "Runtime for ANTLR";
homepage = "http://www.antlr.org/";
homepage = "https://www.antlr.org/";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = {
description = "Astronomy/Astrophysics library for Python";
homepage = http://www.astropy.org;
homepage = https://www.astropy.org;
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ kentjames ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
disabled = !isPy3k;
meta = with stdenv.lib; {
homepage = http://builtoncement.com/;
homepage = https://builtoncement.com/;
description = "A CLI Application Framework for Python.";
maintainers = with maintainers; [ eqyiel ];
license = licenses.bsd3;

View File

@@ -9,7 +9,7 @@ if isPyPy then throw "dbus-python not supported for interpreter ${python.executa
outputs = [ "out" "dev" "doc" ];
src = fetchurl {
url = "http://dbus.freedesktop.org/releases/dbus-python/${pname}-${version}.tar.gz";
url = "https://dbus.freedesktop.org/releases/dbus-python/${pname}-${version}.tar.gz";
sha256 = "1k7rnaqrk7mdkg0k6n2jn3d1mxsl7s3i07g5a8va5yvl3y3xdwg2";
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
'';
meta = {
homepage = http://dendropy.org/;
homepage = https://dendropy.org/;
description = "A Python library for phylogenetic computing";
maintainers = with lib.maintainers; [ unode ];
license = lib.licenses.bsd3;

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Web APIs for Django, made easy";
homepage = http://www.django-rest-framework.org/;
homepage = https://www.django-rest-framework.org/;
maintainers = with maintainers; [ desiderius ];
license = licenses.bsd2;
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Provides bindings to the generic input event interface in Linux";
homepage = http://pythonhosted.org/evdev;
homepage = https://pythonhosted.org/evdev;
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
platforms = platforms.linux;

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Automatically generated zsh completion function for Python's option parser modules";
homepage = http://bitbucket.org/hhatto/genzshcomp/;
homepage = https://bitbucket.org/hhatto/genzshcomp/;
license = licenses.bsd0;
};

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
disabled = isPy34 || isPy35;
src = fetchurl {
url = "http://freshfoo.com/projects/IMAPClient/${pname}-${version}.tar.gz";
url = "https://freshfoo.com/projects/IMAPClient/${pname}-${version}.tar.gz";
sha256 = "0v7kd1crdbff0rmh4ddm5qszkis6hpk9084qh94al8h7g4y9l3is";
};
@@ -24,7 +24,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://imapclient.freshfoo.com/;
homepage = https://imapclient.readthedocs.io/en/2.1.0/;
description = "Easy-to-use, Pythonic and complete IMAP client library";
license = licenses.bsd3;
};

View File

@@ -113,7 +113,7 @@ index 77933f2..2b71e25 100644
setup(
@@ -107,7 +30,6 @@ setup(
url='http://github.com/mwilliamson/jq.py',
url='https://github.com/mwilliamson/jq.py',
license='BSD 2-Clause',
ext_modules = [jq_extension],
- cmdclass={"build_ext": jq_build_ext},

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Installs all the Jupyter components in one go";
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
license = licenses.bsd3;
platforms = platforms.all;
priority = 100; # This is a metapackage which is unimportant

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter protocol implementation and client libraries";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter terminal console";
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
};
}

View File

@@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter terminal console";
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
};
}

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jupyter core package. A base package on which Jupyter projects rely";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ fridh globin ];
};

View File

@@ -116,7 +116,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Serves multiple Jupyter notebook instances";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ ixxie cstrahan ];
};

View File

@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jupyter lab environment notebook server extension.";
license = with licenses; [ bsd3 ];
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
maintainers = with maintainers; [ zimbatm costrouc ];
};
}

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "This package is used to launch an application built using JupyterLab";
license = with licenses; [ bsd3 ];
homepage = "http://jupyter.org/";
homepage = "https://jupyter.org/";
maintainers = with maintainers; [ zimbatm ];
};
}

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "JupyterLab Server";
homepage = http://jupyter.org;
homepage = https://jupyter.org;
license = licenses.bsdOriginal;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -46,7 +46,7 @@ buildPythonPackage rec {
meta = {
description = "Converting Jupyter Notebooks";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
};

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "The Jupyter Notebook format";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
};

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = http://nipy.org/nibabel/;
homepage = https://nipy.org/nibabel/;
description = "Access a multitude of neuroimaging data formats";
license = licenses.mit;
maintainers = with maintainers; [ ashgillman ];

View File

@@ -41,7 +41,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://nipy.org/nipy/;
homepage = https://nipy.org/nipy/;
description = "Software for structural and functional neuroimaging analysis";
license = licenses.bsd3;
};

View File

@@ -97,7 +97,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://nipy.org/nipype/;
homepage = https://nipy.org/nipype/;
description = "Neuroimaging in Python: Pipelines and Interfaces";
license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman ];

View File

@@ -66,7 +66,7 @@ buildPythonPackage rec {
meta = {
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
disabled = isPy3k;
src = fetchgit {
url = "http://github.com/Eelviny/nxt-python";
url = "https://github.com/Eelviny/nxt-python";
rev = "479e20b7491b28567035f4cee294c4a2af629297";
sha256 = "0mcsajhgm2wy4iy2lhmyi3xibgmbixbchanzmlhsxk6qyjccn9r9";
branchName= "pyusb";

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ postgresql ];
meta = with stdenv.lib; {
homepage = "http://github.com/markdrago/pgsanity";
homepage = "https://github.com/markdrago/pgsanity";
description = "Checks the syntax of Postgresql SQL files";
longDescription = ''
PgSanity checks the syntax of Postgresql SQL files by

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lightweight Python wrapper for Apache Solr";
homepage = "http://github.com/toastdriven/pysolr/";
homepage = "https://github.com/toastdriven/pysolr/";
license = licenses.bsd3;
};
}

View File

@@ -60,7 +60,7 @@ in buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python bindings for Mapnik";
homepage = http://mapnik.org;
homepage = https://mapnik.org;
license = licenses.lgpl21;
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "World timezone definitions, modern and historical";
homepage = "http://pythonhosted.org/pytz";
homepage = "https://pythonhosted.org/pytz";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = {
description = "Jupyter Qt console";
homepage = http://jupyter.org/;
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ fridh ];