3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.somajo: update license to gpl3Plus

This commit is contained in:
Daniël de Kok 2021-01-29 09:49:20 +01:00
parent e61406e2f0
commit 49232e8757

View file

@ -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 ];
};
}