Change many homepage urls from http to https #30636

This commit is contained in:
Pascal Wittmann
2017-11-10 22:13:27 +01:00
parent 8ba0b7bc3b
commit 24e87b49b6
104 changed files with 226 additions and 226 deletions

View File

@@ -16,6 +16,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Posix IPC-backed ASGI channel layer implementation";
license = licenses.bsd3;
homepage = http://github.com/django/asgi_ipc/;
homepage = https://github.com/django/asgi_ipc/;
};
}