3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.untangle: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:03:05 +02:00 committed by Jon
parent 41268500ae
commit 77ab79cb4b

View file

@ -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 ];
};