about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dnspython/1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/dnspython/1.nix')
-rw-r--r--pkgs/development/python-modules/dnspython/1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dnspython/1.nix b/pkgs/development/python-modules/dnspython/1.nix
index d4ebaf82b3d2c..30f280a5029e3 100644
--- a/pkgs/development/python-modules/dnspython/1.nix
+++ b/pkgs/development/python-modules/dnspython/1.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
   meta = {
     description = "A DNS toolkit for Python 3.x";
     homepage = "http://www.dnspython.org";
-    # BSD-like, check http://www.dnspython.org/LICENSE for details
+    # BSD-like, check https://www.dnspython.org/LICENSE for details
     license = lib.licenses.free;
   };
 }