forked from mirrors/nixpkgs
python3Packages.somajo: update license to gpl3Plus
This commit is contained in:
parent
e61406e2f0
commit
49232e8757
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Tokenizer and sentence splitter for German and English web texts";
|
||||
homepage = "https://github.com/tsproisl/SoMaJo";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue