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; {
|
meta = with lib; {
|
||||||
description = "Convert XML documents into Python objects";
|
description = "Convert XML documents into Python objects";
|
||||||
homepage = "http://github.com/stchris/untangle";
|
homepage = "https://github.com/stchris/untangle";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.arnoldfarkas ];
|
maintainers = [ maintainers.arnoldfarkas ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user