python311Packages.tlds: update homepage

This was temporarily a fork, but the changes have since been merged
upstream.
This commit is contained in:
Martin Weinelt
2024-06-17 01:05:10 +02:00
parent e3a9b942b8
commit 5b7eece87a
@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automatically updated list of valid TLDs taken directly from IANA";
homepage = "https://github.com/mweinelt/tlds";
homepage = "https://github.com/kichik/tlds";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};