about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-04-24 17:03:05 +0200
committerJon <jonringer@users.noreply.github.com>2020-04-24 19:44:59 -0700
commit77ab79cb4b06be77cbf39034aac1d19de5e620e5 (patch)
tree9804d363c28928a87c152d853174593e6d8efb52
parent41268500aeb30c652aeaa660020da9c274e7cc3e (diff)
pythonPackages.untangle: update homepage link to use HTTPS
-rw-r--r--pkgs/development/python-modules/untangle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/untangle/default.nix b/pkgs/development/python-modules/untangle/default.nix
index f8f172e78b135..9b8e915a8ba7b 100644
--- a/pkgs/development/python-modules/untangle/default.nix
+++ b/pkgs/development/python-modules/untangle/default.nix
@@ -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 ];
   };