treewide: Use HTTPS for readthedocs URLs
This commit is contained in:
parent
bac4d95aa2
commit
92cccb6f83
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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 ];
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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 ];
|
||||
|
@ -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
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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 ];
|
||||
|
@ -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; [ ];
|
||||
|
@ -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; [ ];
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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 ];
|
||||
|
@ -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 ];
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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 ];
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user