maintainers: add julm
This commit is contained in:
parent
1ef7bea94d
commit
8be7358384
|
@ -3813,6 +3813,12 @@
|
||||||
githubId = 11947756;
|
githubId = 11947756;
|
||||||
name = "Julien Dehos";
|
name = "Julien Dehos";
|
||||||
};
|
};
|
||||||
|
julm = {
|
||||||
|
email = "julm+nix@sourcephile.fr";
|
||||||
|
github = "ju1m";
|
||||||
|
githubId = 21160136;
|
||||||
|
name = "Julien Moutinho";
|
||||||
|
};
|
||||||
jumper149 = {
|
jumper149 = {
|
||||||
email = "felixspringer149@gmail.com";
|
email = "felixspringer149@gmail.com";
|
||||||
github = "jumper149";
|
github = "jumper149";
|
||||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/grosjo/fts-xapian";
|
homepage = "https://github.com/grosjo/fts-xapian";
|
||||||
description = "Dovecot FTS plugin based on Xapian";
|
description = "Dovecot FTS plugin based on Xapian";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ julm ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue