maintainers: add jgart

authored by

jgart and committed by
erictapen
f4a9bc53 bdf6d09c

+7 -1
+6
maintainers/maintainer-list.nix
··· 4939 4939 fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0"; 4940 4940 }]; 4941 4941 }; 4942 + jgart = { 4943 + email = "jgart@dismail.de"; 4944 + github = "jgarte"; 4945 + githubId = 47760695; 4946 + name = "Jorge Gomez"; 4947 + }; 4942 4948 jgeerds = { 4943 4949 email = "jascha@geerds.org"; 4944 4950 github = "jgeerds";
+1 -1
pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
··· 31 31 meta = with lib; { 32 32 homepage = "https://github.com/wangp/bower"; 33 33 description = "A curses terminal client for the Notmuch email system"; 34 - maintainers = with maintainers; [ erictapen ]; 34 + maintainers = with maintainers; [ jgart ]; 35 35 license = licenses.gpl3Plus; 36 36 platforms = platforms.linux; 37 37 };