Merge pull request #46377 from dasJ/nonhttp

treewide: Use http/https for homepages
This commit is contained in:
Jörg Thalheim
2018-09-09 15:50:25 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pycurl ];
meta = with stdenv.lib; {
homepage = "urlgrabber.baseurl.org";
homepage = http://urlgrabber.baseurl.org;
license = licenses.lgpl2Plus;
description = "Python module for downloading files";
maintainers = with maintainers; [ qknight ];