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.
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;
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-html.sock -U www-data -u munin -g munin /usr/lib/munin/cgi/munin-cgi-html
# 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;

View File

@ -320,18 +320,18 @@ rec {
version_ = "1.0.0.201604221613";
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";
};
srcPlugins = [
(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";
})
(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";
})
];
@ -339,7 +339,7 @@ rec {
propagatedBuildInputs = [ zest ];
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";
platforms = platforms.all;
maintainers = [ maintainers.romildo ];

View File

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

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
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;
};

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
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;
maintainers = with maintainers; [ desiderius ];
};

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
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;
maintainers = with maintainers; [ desiderius ];
};

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.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;
};
}

View File

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

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
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;
};
}

View File

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

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
doCheck = false;
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";
license = licenses.bsd3;
maintainers = with maintainers; [ pSub ];

View File

@ -3,7 +3,7 @@
, doCheck ? true, pytest, pytest_xdist, flaky, mock
}:
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
# pytz fake_factory django numpy pytest

View File

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

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
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;
};
}

View File

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

View File

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

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
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;
};
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests ];
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";
license = licenses.mit;
maintainers = [ maintainers.rvolosatovs ];

View File

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

View File

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

View File

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