about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix b/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
index 3b90bc9f0ac1..2cc4905e4351 100644
--- a/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
@@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
     sha256 = "0mz0llf1ggl1k46brgrqj3i8qlg1ycmkc5a3a0kg8fg4s1c1m6xk";
   };
 
-
   buildInputs = [ pkgconfig glib notmuch ];
 
   installPhase = ''
@@ -19,12 +18,10 @@ stdenv.mkDerivation rec {
     cp notmuch-addrlookup "$out/bin"
   '';
 
-
-
   meta = with stdenv.lib; {
     description = "Address lookup tool for Notmuch in C";
     homepage = https://github.com/aperezdc/notmuch-addrlookup-c;
-    maintainers = with maintainers; [ mog ];
+    maintainers = with maintainers; [ mog garbas ];
     platforms = platforms.linux;
     license = licenses.mit;
   };