dhparams module: add self as maintainer

This commit is contained in:
Léo Gaspard 2018-10-31 01:05:35 +09:00
parent 6c7ec02503
commit 888034f6ca
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

View file

@ -170,4 +170,6 @@ in {
'';
}) cfg.params;
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}