mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
added l0r3v to maintainers
This commit is contained in:
parent
c84ab5f0f1
commit
ab0cc8e55f
2 changed files with 10 additions and 1 deletions
|
@ -13594,6 +13594,12 @@
|
|||
github = "L0L1P0P1";
|
||||
githubId = 73695812;
|
||||
};
|
||||
l0r3v = {
|
||||
email = "l0r3v@pasqui.casa";
|
||||
github = "l0r3v";
|
||||
githubId = 27364685;
|
||||
name = "Lorenzo Pasqui";
|
||||
};
|
||||
l1npengtul = {
|
||||
email = "l1npengtul@l1npengtul.lol";
|
||||
github = "l1npengtul";
|
||||
|
|
|
@ -42,7 +42,10 @@ appimageTools.wrapType2 rec {
|
|||
homepage = "https://cider.sh";
|
||||
license = lib.licenses.unfree;
|
||||
mainProgram = "cider-2";
|
||||
maintainers = with lib.maintainers; [ itsvic-dev ];
|
||||
maintainers = with lib.maintainers; [
|
||||
itsvic-dev
|
||||
l0r3v
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue