python.pkgs.mecab-python3: correct meta

This commit is contained in:
Robert Schütz 2019-03-19 15:30:50 +01:00
parent 06bcb5c21b
commit deb20c14a2

View File

@ -23,8 +23,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "A python wrapper for mecab: Morphological Analysis engine";
homepage = https://github.com/LuminosoInsight/wordfreq/;
license = licenses.bsd0;
homepage = https://github.com/SamuraiT/mecab-python3;
license = with licenses; [ gpl2 lgpl21 bsd3 ]; # any of the three
maintainers = with maintainers; [ ixxie ];
};
}