nixos/nebula: add numinit as maintainer

I maintain the package and coauthored this module, so should be on it.
:-)
This commit is contained in:
Morgan Jones 2024-07-08 01:06:58 -07:00
parent 95f1ebd2aa
commit de5e0cf11b
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E

View File

@ -269,4 +269,6 @@ in
${nameToId netName} = {};
}) enabledNetworks);
};
meta.maintainers = [ numinit ];
}