mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python.pkgs.mecab-python3: correct meta
This commit is contained in:
parent
06bcb5c21b
commit
deb20c14a2
@ -23,8 +23,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A python wrapper for mecab: Morphological Analysis engine";
|
description = "A python wrapper for mecab: Morphological Analysis engine";
|
||||||
homepage = https://github.com/LuminosoInsight/wordfreq/;
|
homepage = https://github.com/SamuraiT/mecab-python3;
|
||||||
license = licenses.bsd0;
|
license = with licenses; [ gpl2 lgpl21 bsd3 ]; # any of the three
|
||||||
maintainers = with maintainers; [ ixxie ];
|
maintainers = with maintainers; [ ixxie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user