forked from mirrors/nixpkgs
pythonPackages.untangle: update homepage link to use HTTPS
This commit is contained in:
parent
41268500ae
commit
77ab79cb4b
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Convert XML documents into Python objects";
|
||||
homepage = "http://github.com/stchris/untangle";
|
||||
homepage = "https://github.com/stchris/untangle";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.arnoldfarkas ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue