about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2020-05-09 14:13:31 +0200
committerJulien Moutinho <julm+nixpkgs@sourcephile.fr>2020-05-09 14:13:31 +0200
commit8be7358384acc60102c1f7451c7d8452d3841ec9 (patch)
tree235aa4726610d5694cfb11f9e5e3d9cee36f0e68 /pkgs
parent1ef7bea94ddc85c3131bd4dde407699b5c2be311 (diff)
downloadnixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.tar
nixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.tar.gz
nixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.tar.bz2
nixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.tar.lz
nixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.tar.xz
nixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.tar.zst
nixlib-8be7358384acc60102c1f7451c7d8452d3841ec9.zip
maintainers: add julm
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix b/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
index 3736c78d4b60..8a0f2d4efab2 100644
--- a/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
+++ b/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
     homepage = "https://github.com/grosjo/fts-xapian";
     description = "Dovecot FTS plugin based on Xapian";
     license = licenses.lgpl21;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ julm ];
     platforms = platforms.unix;
   };
 }