Commit 9f7fc2bd authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

maintainers: add booxter

Also, add booxter to maintainers for podman-desktop.
parent d4e06ddc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };