Treewide: fix some permanent redirects on homepages

(#153213)
Issue #60004
This commit is contained in:
Renaud
2022-01-03 16:53:12 +01:00
committed by GitHub
parent 0bed14f8e7
commit 944a2dc835
65 changed files with 69 additions and 69 deletions
@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A DNS toolkit for Python";
homepage = "http://www.dnspython.org";
homepage = "https://www.dnspython.org";
license = with licenses; [ isc ];
};
}