Merge pull request #78265 from Synthetica9/https-homepages

treewide: fix redirected urls
This commit is contained in:
Silvan Mosberger
2020-01-27 15:00:53 +01:00
committed by GitHub
77 changed files with 92 additions and 92 deletions

View File

@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fast implementation of asyncio event loop on top of libuv";
homepage = http://github.com/MagicStack/uvloop;
homepage = https://github.com/MagicStack/uvloop;
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};