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:
parent
d4e06ddc97
commit
9f7fc2bdd7
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue