python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Pure python download utility";
|
||||
homepage = http://bitbucket.org/techtonik/python-wget/;
|
||||
homepage = https://bitbucket.org/techtonik/python-wget/;
|
||||
license = with lib.licenses; [ unlicense ];
|
||||
maintainers = with lib.maintainers; [ prusnak ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user