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

maintainers: remove star-szr
This commit is contained in:
superherointj 2024-04-16 16:51:43 -03:00 committed by GitHub
commit 1c4d20bdb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View File

@ -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";

View File

@ -38,6 +38,6 @@ buildGoModule rec {
license = licenses.asl20;
platforms = platforms.unix;
mainProgram = "ddev";
maintainers = with maintainers; [ star-szr ];
maintainers = with maintainers; [ ];
};
}

View File

@ -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";
};