mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +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";
|
github = "itslychee";
|
||||||
name = "Lychee";
|
name = "Lychee";
|
||||||
};
|
};
|
||||||
|
lyndeno = {
|
||||||
|
name = "Lyndon Sanche";
|
||||||
|
email = "lsanche@lyndeno.ca";
|
||||||
|
github = "Lyndeno";
|
||||||
|
githubId = 13490857;
|
||||||
|
};
|
||||||
lynty = {
|
lynty = {
|
||||||
email = "ltdong93+nix@gmail.com";
|
email = "ltdong93+nix@gmail.com";
|
||||||
github = "Lynty";
|
github = "Lynty";
|
||||||
|
@ -127,6 +127,6 @@ stdenv.mkDerivation rec {
|
|||||||
mainProgram = "powerprofilesctl";
|
mainProgram = "powerprofilesctl";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ mvnetbiz picnoir ];
|
maintainers = with maintainers; [ mvnetbiz picnoir lyndeno ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user