summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-28 20:37:40 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-28 20:41:36 -0400
commit3410525d32c2aef42e13d1876685a03bd519271f (patch)
tree6faca672acf589bc6a6cddc50c04fe07369da485
parent0cf598c3d9ac39de07581e9b37394e4d942c57b7 (diff)
downloadnixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.tar
nixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.tar.gz
nixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.tar.bz2
nixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.tar.lz
nixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.tar.xz
nixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.tar.zst
nixpkgs-3410525d32c2aef42e13d1876685a03bd519271f.zip
gtk3: add worldofpeace to maintainers
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }