summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2021-07-27 06:38:59 -0400
committererictapen <kerstin@erictapen.name>2021-07-27 13:26:17 +0200
commitf4a9bc5330b9568147066e6cfa94c3ded72f4afd (patch)
tree9447cc5c6ff14f01fa9d56f32a1d9d45fbeeaadb /pkgs
parentbdf6d09cc29c762d103dd73704438772b09b58ea (diff)
downloadnixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.tar
nixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.tar.gz
nixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.tar.bz2
nixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.tar.lz
nixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.tar.xz
nixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.tar.zst
nixpkgs-f4a9bc5330b9568147066e6cfa94c3ded72f4afd.zip
maintainers: add jgart
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch-bower/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix b/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
index 9db07da69f9..feca7bd2018 100644
--- a/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/wangp/bower";
     description = "A curses terminal client for the Notmuch email system";
-    maintainers = with maintainers; [ erictapen ];
+    maintainers = with maintainers; [ jgart ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
   };