3
0
Fork 0
forked from mirrors/nixpkgs

hunspell: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-12 23:26:50 +02:00
parent 4d83f5305f
commit f9e1b104b1
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
* Delphi, Java (JNA, JNI), Perl, .NET, Python, Ruby ([1], [2]), UNO.
'';
platforms = platforms.all;
license = with licenses; [ gpl2 lgpl21 mpl11 ];
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
};
}