mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hunspell: add licenses
This commit is contained in:
parent
4d83f5305f
commit
f9e1b104b1
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue