mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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";
|
github = "L0L1P0P1";
|
||||||
githubId = 73695812;
|
githubId = 73695812;
|
||||||
};
|
};
|
||||||
|
l0r3v = {
|
||||||
|
email = "l0r3v@pasqui.casa";
|
||||||
|
github = "l0r3v";
|
||||||
|
githubId = 27364685;
|
||||||
|
name = "Lorenzo Pasqui";
|
||||||
|
};
|
||||||
l1npengtul = {
|
l1npengtul = {
|
||||||
email = "l1npengtul@l1npengtul.lol";
|
email = "l1npengtul@l1npengtul.lol";
|
||||||
github = "l1npengtul";
|
github = "l1npengtul";
|
||||||
|
|
|
@ -42,7 +42,10 @@ appimageTools.wrapType2 rec {
|
||||||
homepage = "https://cider.sh";
|
homepage = "https://cider.sh";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
mainProgram = "cider-2";
|
mainProgram = "cider-2";
|
||||||
maintainers = with lib.maintainers; [ itsvic-dev ];
|
maintainers = with lib.maintainers; [
|
||||||
|
itsvic-dev
|
||||||
|
l0r3v
|
||||||
|
];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue