maintainers: drop sno2wman (#414721)

This commit is contained in:
Yohann Boniface
2025-06-07 23:58:22 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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";
};
})
+1 -1
View File
@@ -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";
};
}