Skip to content

Commit

Permalink
maintainers: add booxter
Browse files Browse the repository at this point in the history
Also, add booxter to maintainers for podman-desktop.
  • Loading branch information
booxter committed Oct 16, 2024
1 parent 53f2c62 commit 024be31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2952,6 +2952,12 @@
githubId = 68566724;
name = "bootstrap-prime";
};
booxter = {
email = "[email protected]";
github = "booxter";
githubId = 90200;
name = "Ihar Hrachyshka";
};
boozedog = {
email = "[email protected]";
github = "boozedog";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 024be31

Please sign in to comment.