From eeabc427b033cbb35ee3fe1ee71600e7be974be2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 10 Oct 2021 05:07:55 +0200 Subject: [PATCH] python3Packages.pycountry: update homepage --- pkgs/development/python-modules/pycountry/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pycountry/default.nix b/pkgs/development/python-modules/pycountry/default.nix index 86aff2e4808c..868504e39949 100644 --- a/pkgs/development/python-modules/pycountry/default.nix +++ b/pkgs/development/python-modules/pycountry/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { ]; meta = with lib; { - homepage = "https://bitbucket.org/flyingcircus/pycountry"; + homepage = "https://github.com/flyingcircusio/pycountry"; description = "ISO country, subdivision, language, currency and script definitions and their translations"; license = licenses.lgpl2; maintainers = with maintainers; [ ];