1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 17:31:04 +03:00

dkimproxy-out module: add self as maintainer

This commit is contained in:
Léo Gaspard 2018-10-31 01:06:04 +09:00
parent 9b34f47b7c
commit 930bcbda83
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

View file

@ -115,4 +115,6 @@ in
}; };
}; };
}; };
meta.maintainers = with lib.maintainers; [ ekleog ];
} }