pythonPackages.untangle: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski
2020-04-24 19:44:59 -07:00
committed by Jon
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 ];
};