From cfaa8b865215e22f2d094f79fa509b268ca73d97 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 28 Oct 2019 20:37:52 -0400 Subject: [PATCH] vte: add worldofpeace to maintainers --- pkgs/development/libraries/vte/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/vte/default.nix b/pkgs/development/libraries/vte/default.nix index c1774e2c828e..b4fc0e33459a 100644 --- a/pkgs/development/libraries/vte/default.nix +++ b/pkgs/development/libraries/vte/default.nix @@ -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; }; }