maintainers: drop sno2wman (#414721)
This commit is contained in:
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Command-line tool to easily kill processes running on a specified port";
|
||||
homepage = "https://github.com/jkfran/killport";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ sno2wman ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "killport";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/google/yamlfmt";
|
||||
changelog = "https://github.com/google/yamlfmt/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ sno2wman ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "yamlfmt";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user