about summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-06-08 03:49:04 +0300
committerArtturin <Artturin@artturin.com>2022-06-11 04:51:18 +0300
commit41f8722078be674d185db03d0947e0df84a7ae2c (patch)
tree69703fcefc0d0aae47a552cf14ab2ec465aeb54a /pkgs/development/libraries/gobject-introspection
parent79d349b0877cf22b693882c9a28f9052ae66cf2d (diff)
gobject-introspection: add artturin as maintainer
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index a0f4f22472d3b..b8cbdc0cfa300 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -135,7 +135,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A middleware layer between C libraries and language bindings";
     homepage = "https://gi.readthedocs.io/";
-    maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 ]);
+    maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 artturin ]);
     platforms = platforms.unix;
     license = with licenses; [ gpl2 lgpl2 ];