Unverified Commit 1c4d20bd authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #304606 from star-szr/maintainers-remove-star-szr

maintainers: remove star-szr
parents 947baf4f 49716578
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -19037,12 +19037,6 @@
    githubId = 2798728;
    name = "Filip Czaplicki";
  };
  star-szr = {
    email = "nixpkgs@szr.fastmail.com";
    github = "star-szr";
    githubId = 327943;
    name = "Scott Zhu Reeves";
  };
  starzation = {
    email = "nixpkgs@starzation.net";
    github = "starzation";
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@ buildGoModule rec {
    license = licenses.asl20;
    platforms = platforms.unix;
    mainProgram = "ddev";
    maintainers = with maintainers; [ star-szr ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "Multi-shell multi-command argument completer";
    homepage = "https://rsteube.github.io/carapace-bin/";
    maintainers = with maintainers; [ star-szr ];
    maintainers = with maintainers; [ ];
    license = licenses.mit;
    mainProgram = "carapace";
  };