Merge pull request #324089 from Lyndeno/add_lyndeno

maintainers: Add lyndeno
This commit is contained in:
Aleksana 2024-07-03 22:26:53 +08:00 committed by GitHub
commit bb9d961d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -12005,6 +12005,12 @@
github = "itslychee";
name = "Lychee";
};
lyndeno = {
name = "Lyndon Sanche";
email = "lsanche@lyndeno.ca";
github = "Lyndeno";
githubId = 13490857;
};
lynty = {
email = "ltdong93+nix@gmail.com";
github = "Lynty";

View File

@ -127,6 +127,6 @@ stdenv.mkDerivation rec {
mainProgram = "powerprofilesctl";
platforms = platforms.linux;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mvnetbiz picnoir ];
maintainers = with maintainers; [ mvnetbiz picnoir lyndeno ];
};
}