vte: add worldofpeace to maintainers

This commit is contained in:
worldofpeace 2019-10-28 20:37:52 -04:00
parent 81220cff1e
commit cfaa8b8652

View File

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