treewide: Use HTTPS for readthedocs URLs

This commit is contained in:
Daniel Schaefer 2019-04-22 10:24:21 +02:00
parent bac4d95aa2
commit 92cccb6f83
34 changed files with 37 additions and 37 deletions

View File

@ -123,7 +123,7 @@ in {
graphite carbon. graphite carbon.
For more information visit For more information visit
<link xlink:href="http://graphite-api.readthedocs.org/en/latest/"/> <link xlink:href="https://graphite-api.readthedocs.org/en/latest/"/>
''; '';
default = false; default = false;
type = types.bool; type = types.bool;

View File

@ -8,7 +8,7 @@
# spawn-fcgi -s /run/munin/fastcgi-graph.sock -U www-data -u munin -g munin /usr/lib/munin/cgi/munin-cgi-graph # spawn-fcgi -s /run/munin/fastcgi-graph.sock -U www-data -u munin -g munin /usr/lib/munin/cgi/munin-cgi-graph
# spawn-fcgi -s /run/munin/fastcgi-html.sock -U www-data -u munin -g munin /usr/lib/munin/cgi/munin-cgi-html # spawn-fcgi -s /run/munin/fastcgi-html.sock -U www-data -u munin -g munin /usr/lib/munin/cgi/munin-cgi-html
# https://paste.sh/vofcctHP#-KbDSXVeWoifYncZmLfZzgum # https://paste.sh/vofcctHP#-KbDSXVeWoifYncZmLfZzgum
# nginx http://munin.readthedocs.org/en/latest/example/webserver/nginx.html # nginx https://munin.readthedocs.org/en/latest/example/webserver/nginx.html
with lib; with lib;

View File

@ -320,18 +320,18 @@ rec {
version_ = "1.0.0.201604221613"; version_ = "1.0.0.201604221613";
srcFeature = fetchurl { srcFeature = fetchurl {
url = "https://www2.in.tum.de/projects/cup/eclipse/features/CupEclipsePluginFeature_${version}.jar"; url = "http://www2.in.tum.de/projects/cup/eclipse/features/CupEclipsePluginFeature_${version}.jar";
sha256 = "13nnsf0cqg02z3af6xg45rhcgiffsibxbx6h1zahjv7igvqgkyna"; sha256 = "13nnsf0cqg02z3af6xg45rhcgiffsibxbx6h1zahjv7igvqgkyna";
}; };
srcPlugins = [ srcPlugins = [
(fetchurl { (fetchurl {
url = "https://www2.in.tum.de/projects/cup/eclipse/plugins/CupReferencedLibraries_${version_}.jar"; url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/CupReferencedLibraries_${version_}.jar";
sha256 = "0kif8kivrysprva1pxzajm88gi967qf7idhb6ga2xpvsdcris91j"; sha256 = "0kif8kivrysprva1pxzajm88gi967qf7idhb6ga2xpvsdcris91j";
}) })
(fetchurl { (fetchurl {
url = "https://www2.in.tum.de/projects/cup/eclipse/plugins/de.tum.in.www2.CupPlugin_${version}.jar"; url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/de.tum.in.www2.CupPlugin_${version}.jar";
sha256 = "022phbrsny3gb8npb6sxyqqxacx138q5bd7dq3gqxh3kprx5chbl"; sha256 = "022phbrsny3gb8npb6sxyqqxacx138q5bd7dq3gqxh3kprx5chbl";
}) })
]; ];
@ -339,7 +339,7 @@ rec {
propagatedBuildInputs = [ zest ]; propagatedBuildInputs = [ zest ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www2.cs.tum.edu/projects/cup/eclipse.php; homepage = http://www2.cs.tum.edu/projects/cup/eclipse.php;
description = "IDE for developing CUP based parsers"; description = "IDE for developing CUP based parsers";
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ flask pymongo vcversioner ]; propagatedBuildInputs = [ flask pymongo vcversioner ];
meta = { meta = {
homepage = "http://flask-pymongo.readthedocs.org/"; homepage = "https://flask-pymongo.readthedocs.org/";
description = "PyMongo support for Flask applications"; description = "PyMongo support for Flask applications";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
}; };

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes"; description = "aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes";
homepage = http://aioeventlet.readthedocs.org/; homepage = https://aioeventlet.readthedocs.org/;
license = licenses.asl20; license = licenses.asl20;
}; };

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Powerful declarative parser (and builder) for binary data"; description = "Powerful declarative parser (and builder) for binary data";
homepage = http://construct.readthedocs.org/; homepage = https://construct.readthedocs.org/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ bjornfor ]; maintainers = with maintainers; [ bjornfor ];
}; };

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Backports and enhancements for the contextlib module"; description = "Backports and enhancements for the contextlib module";
homepage = http://contextlib2.readthedocs.org/; homepage = https://contextlib2.readthedocs.org/;
license = lib.licenses.psfl; license = lib.licenses.psfl;
}; };
} }

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Read DBF Files with Python"; description = "Read DBF Files with Python";
homepage = http://dbfread.readthedocs.org/; homepage = https://dbfread.readthedocs.org/;
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ vrthra ];
}; };

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A helper class for handling configuration defaults of packaged apps gracefully"; description = "A helper class for handling configuration defaults of packaged apps gracefully";
homepage = http://django-appconf.readthedocs.org/; homepage = https://django-appconf.readthedocs.org/;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ desiderius ]; maintainers = with maintainers; [ desiderius ];
}; };

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Compresses linked and inline JavaScript or CSS into single cached files"; description = "Compresses linked and inline JavaScript or CSS into single cached files";
homepage = http://django-compressor.readthedocs.org/en/latest/; homepage = https://django-compressor.readthedocs.org/en/latest/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ desiderius ]; maintainers = with maintainers; [ desiderius ];
}; };

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Dynect dns lib"; description = "Dynect dns lib";
homepage = "http://dyn.readthedocs.org/en/latest/intro.html"; homepage = "https://dyn.readthedocs.org/en/latest/intro.html";
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -10,7 +10,7 @@ buildPythonPackage rec {
}; };
meta = with lib; { meta = with lib; {
homepage = http://events.readthedocs.org; homepage = https://events.readthedocs.org;
description = "Bringing the elegance of C# EventHanlder to Python"; description = "Bringing the elegance of C# EventHanlder to Python";
license = licenses.bsd3; license = licenses.bsd3;
}; };

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "flexmock is a testing library for Python that makes it easy to create mocks,stubs and fakes."; description = "flexmock is a testing library for Python that makes it easy to create mocks,stubs and fakes.";
homepage = http://flexmock.readthedocs.org; homepage = https://flexmock.readthedocs.org;
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
}; };
} }

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Collection of fancy functional tools focused on practicality"; description = "Collection of fancy functional tools focused on practicality";
homepage = "http://funcy.readthedocs.org/"; homepage = "https://funcy.readthedocs.org/";
license = licenses.bsd3; license = licenses.bsd3;
}; };

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
homepage = http://github3py.readthedocs.org/en/master/; homepage = https://github3py.readthedocs.org/en/master/;
description = "A wrapper for the GitHub API written in python"; description = "A wrapper for the GitHub API written in python";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];

View File

@ -3,7 +3,7 @@
, doCheck ? true, pytest, pytest_xdist, flaky, mock , doCheck ? true, pytest, pytest_xdist, flaky, mock
}: }:
buildPythonPackage rec { buildPythonPackage rec {
# http://hypothesis.readthedocs.org/en/latest/packaging.html # https://hypothesis.readthedocs.org/en/latest/packaging.html
# Hypothesis has optional dependencies on the following libraries # Hypothesis has optional dependencies on the following libraries
# pytz fake_factory django numpy pytest # pytz fake_factory django numpy pytest

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A parser/generator of iCalendar files"; description = "A parser/generator of iCalendar files";
homepage = "http://icalendar.readthedocs.org/"; homepage = "https://icalendar.readthedocs.org/";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ olcai ]; maintainers = with maintainers; [ olcai ];
}; };

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://pep8.readthedocs.org/"; homepage = "https://pep8.readthedocs.org/";
description = "Python style guide checker"; description = "Python style guide checker";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ];

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Python Reddit API wrapper"; description = "Python Reddit API wrapper";
homepage = http://praw.readthedocs.org/; homepage = https://praw.readthedocs.org/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Low-level communication layer for PRAW"; description = "Low-level communication layer for PRAW";
homepage = http://praw.readthedocs.org/; homepage = https://praw.readthedocs.org/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library with cross-python path, ini-parsing, io, code, log facilities"; description = "Library with cross-python path, ini-parsing, io, code, log facilities";
homepage = http://pylib.readthedocs.org/; homepage = https://pylib.readthedocs.org/;
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Scss compiler for Python"; description = "A Scss compiler for Python";
homepage = http://pyscss.readthedocs.org/en/latest/; homepage = https://pyscss.readthedocs.org/en/latest/;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = with maintainers; [ guibou ]; maintainers = with maintainers; [ guibou ];
description = "Easy hardware health monitoring in Python for Linux systems"; description = "Easy hardware health monitoring in Python for Linux systems";
homepage = http://pysensors.readthedocs.org; homepage = https://pysensors.readthedocs.org;
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "py.test plugin for testing of Django applications"; description = "py.test plugin for testing of Django applications";
homepage = http://pytest-django.readthedocs.org/en/latest/; homepage = https://pytest-django.readthedocs.org/en/latest/;
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = { meta = {
homepage = http://pyudev.readthedocs.org/; homepage = https://pyudev.readthedocs.org/;
description = "Pure Python libudev binding"; description = "Pure Python libudev binding";
license = lib.licenses.lgpl21Plus; license = lib.licenses.lgpl21Plus;
}; };

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library"; description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
homepage = http://rpyc.readthedocs.org; homepage = https://rpyc.readthedocs.org;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://salmon-mail.readthedocs.org/; homepage = https://salmon-mail.readthedocs.org/;
description = "Pythonic mail application server"; description = "Pythonic mail application server";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ jluttine ]; maintainers = with maintainers; [ jluttine ];

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
homepage = http://sarge.readthedocs.org/; homepage = https://sarge.readthedocs.org/;
description = "A wrapper for subprocess which provides command pipeline functionality"; description = "A wrapper for subprocess which provides command pipeline functionality";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "JavaScript minifier"; description = "JavaScript minifier";
homepage = http://slimit.readthedocs.org/; homepage = https://slimit.readthedocs.org/;
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://sorl-thumbnail.readthedocs.org/en/latest/; homepage = https://sorl-thumbnail.readthedocs.org/en/latest/;
description = "Thumbnails for Django"; description = "Thumbnails for Django";
license = licenses.bsd3; license = licenses.bsd3;
}; };

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://spotipy.readthedocs.org/; homepage = https://spotipy.readthedocs.org/;
description = "A light weight Python library for the Spotify Web API"; description = "A light weight Python library for the Spotify Web API";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.rvolosatovs ]; maintainers = [ maintainers.rvolosatovs ];

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Helper to test WSGI applications"; description = "Helper to test WSGI applications";
homepage = http://webtest.readthedocs.org/en/latest/; homepage = https://webtest.readthedocs.org/en/latest/;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "A webserver intended for web browser testing"; description = "A webserver intended for web browser testing";
homepage = http://wptserve.readthedocs.org/; homepage = https://wptserve.readthedocs.org/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ raskin ]; maintainers = with lib.maintainers; [ raskin ];
}; };

View File

@ -36,7 +36,7 @@ in pythonPackages.buildPythonApplication rec {
doCheck = false; doCheck = false;
meta = { meta = {
homepage = http://cloudinit.readthedocs.org; homepage = https://cloudinit.readthedocs.org;
description = "Provides configuration and customization of cloud instance"; description = "Provides configuration and customization of cloud instance";
maintainers = [ lib.maintainers.madjar lib.maintainers.phile314 ]; maintainers = [ lib.maintainers.madjar lib.maintainers.phile314 ];
platforms = lib.platforms.all; platforms = lib.platforms.all;