fdm: add ninjin as a maintainer

This commit is contained in:
Pontus Stenetorp 2020-12-30 06:52:33 +00:00
parent 6c509c3eb1
commit 326f94c059
No known key found for this signature in database
GPG key ID: D430287500E6483C

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Mail fetching and delivery tool - should do the job of getmail and procmail";
maintainers = with maintainers; [ raskin ];
maintainers = with maintainers; [ ninjin raskin ];
platforms = with platforms; linux;
homepage = "https://github.com/nicm/fdm";
downloadPage = "https://github.com/nicm/fdm/releases";