vte: add worldofpeace to maintainers
This commit is contained in:
parent
81220cff1e
commit
cfaa8b8652
@ -18,6 +18,7 @@
|
|||||||
, pcre2
|
, pcre2
|
||||||
, fribidi
|
, fribidi
|
||||||
, zlib
|
, zlib
|
||||||
|
, gnome3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -88,7 +89,7 @@ stdenv.mkDerivation rec {
|
|||||||
the system's terminfo database.
|
the system's terminfo database.
|
||||||
'';
|
'';
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = with maintainers; [ astsmtl antono lethalman ];
|
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ gnome3.maintainers;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user