maintainers: add julm

This commit is contained in:
Julien Moutinho 2020-05-09 14:13:31 +02:00
parent 1ef7bea94d
commit 8be7358384
2 changed files with 7 additions and 1 deletions

View file

@ -3813,6 +3813,12 @@
githubId = 11947756;
name = "Julien Dehos";
};
julm = {
email = "julm+nix@sourcephile.fr";
github = "ju1m";
githubId = 21160136;
name = "Julien Moutinho";
};
jumper149 = {
email = "felixspringer149@gmail.com";
github = "jumper149";

View file

@ -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;
};
}