python3Packages.pycountry: update homepage

This commit is contained in:
Martin Weinelt
2021-10-11 01:22:11 +02:00
parent 0e8b3299ce
commit eeabc427b0
@@ -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; [ ];