!fixup add myself as maintainer for the module

This commit is contained in:
sternenseemann 2021-03-22 15:19:49 +01:00
parent 19225b8690
commit 76d9fe7629

View file

@ -6,6 +6,10 @@ let
configFile = pkgs.writeText "inspircd.conf" cfg.config;
in {
meta = {
maintainers = [ lib.maintainers.sternenseemann ];
};
options = {
services.inspircd = {
enable = lib.mkEnableOption "InspIRCd";