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
, fribidi
, zlib
, gnome3
}:
stdenv.mkDerivation rec {
@ -88,7 +89,7 @@ stdenv.mkDerivation rec {
the system's terminfo database.
'';
license = licenses.lgpl2;
maintainers = with maintainers; [ astsmtl antono lethalman ];
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ gnome3.maintainers;
platforms = platforms.unix;
};
}