pythonPackages.untangle: update homepage link to use HTTPS
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user