From 3410525d32c2aef42e13d1876685a03bd519271f Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 28 Oct 2019 20:37:40 -0400 Subject: [PATCH] gtk3: add worldofpeace to maintainers --- pkgs/development/libraries/gtk/3.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix index e0810766ee5..15c3ab2daf8 100644 --- a/pkgs/development/libraries/gtk/3.x.nix +++ b/pkgs/development/libraries/gtk/3.x.nix @@ -195,7 +195,7 @@ stdenv.mkDerivation rec { ''; homepage = https://www.gtk.org/; license = licenses.lgpl2Plus; - maintainers = with maintainers; [ raskin vcunat lethalman ]; + maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ]; platforms = platforms.all; }; }