1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

maintainers: add booxter

Also, add booxter to maintainers for podman-desktop.
This commit is contained in:
Ihar Hrachyshka 2024-10-16 02:41:54 +00:00
parent d4e06ddc97
commit 9f7fc2bdd7
2 changed files with 7 additions and 1 deletions

View file

@ -2952,6 +2952,12 @@
githubId = 68566724;
name = "bootstrap-prime";
};
booxter = {
email = "ihar.hrachyshka@gmail.com";
github = "booxter";
githubId = 90200;
name = "Ihar Hrachyshka";
};
boozedog = {
email = "code@booze.dog";
github = "boozedog";

View file

@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://podman-desktop.io";
changelog = "https://github.com/containers/podman-desktop/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ panda2134 ];
maintainers = with maintainers; [ booxter panda2134 ];
inherit (electron.meta) platforms;
mainProgram = "podman-desktop";
};