mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #324089 from Lyndeno/add_lyndeno
maintainers: Add lyndeno
This commit is contained in:
commit
bb9d961d54
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user