gettext: add license
This commit is contained in:
parent
a0f6e0552d
commit
dbc97ef68c
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Well integrated set of translation tools and documentation";
|
||||
|
||||
longDescription = ''
|
||||
@ -76,8 +76,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = http://www.gnu.org/software/gettext/;
|
||||
|
||||
maintainers = with lib.maintainers; [ zimbatm vrthra ];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with maintainers; [ zimbatm vrthra ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user