python3Packages.tld: update meta, especially license

This commit is contained in:
Fabian Affolter 2021-01-13 09:12:46 +01:00
parent b5556fe6b4
commit d155274fb2

View File

@ -31,8 +31,9 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/barseghyanartur/tld";
description = "Extracts the top level domain (TLD) from the URL given";
license = licenses.lgpl21;
maintainers = with maintainers; [ ];
# https://github.com/barseghyanartur/tld/blob/master/README.rst#license
# MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later
license = with licenses; [ lgpl21Plus mpl11 gpl2Only ];
maintainers = with maintainers; [ fab ];
};
}