Skip to content

Commit

Permalink
python.pkgs.mecab-python3: correct meta
Browse files Browse the repository at this point in the history
(cherry picked from commit deb20c1)
  • Loading branch information
Robert Schütz committed Mar 21, 2019
1 parent 3594a2d commit f530a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mecab-python3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit f530a40

Please sign in to comment.