add maintainer

This commit is contained in:
jaredmontoya 2024-06-29 12:10:40 +02:00
parent fdef98ea30
commit 93e88d3b5b
2 changed files with 6 additions and 0 deletions

View File

@ -14003,6 +14003,11 @@
githubId = 1386642;
name = "Noah Brenowitz";
};
jaredmontoya = {
name = "Jared Montoya";
github = "jaredmontoya";
githubId = 49511278;
};
nbsp = {
email = "aoife@enby.space";
matrix = "@nbsp:enby.space";

View File

@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Linux controller for the Nothing Ear (2)";
homepage = "https://gitlab.com/bharadwaj-raju/ear2ctl";
maintainers = with lib.maintainers; [ jaredmontoya ];
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
mainProgram = "ear2ctl";