maintainers: drop sno2wman (#414721)

authored by Yohann Boniface and committed by GitHub 1128c774 b319abc0

+2 -2
+1 -1
pkgs/by-name/ki/killport/package.nix
··· 30 description = "Command-line tool to easily kill processes running on a specified port"; 31 homepage = "https://github.com/jkfran/killport"; 32 license = lib.licenses.mit; 33 - maintainers = with lib.maintainers; [ sno2wman ]; 34 mainProgram = "killport"; 35 }; 36 })
··· 30 description = "Command-line tool to easily kill processes running on a specified port"; 31 homepage = "https://github.com/jkfran/killport"; 32 license = lib.licenses.mit; 33 + maintainers = with lib.maintainers; [ ]; 34 mainProgram = "killport"; 35 }; 36 })
+1 -1
pkgs/by-name/ya/yamlfmt/package.nix
··· 35 homepage = "https://github.com/google/yamlfmt"; 36 changelog = "https://github.com/google/yamlfmt/releases/tag/v${version}"; 37 license = lib.licenses.asl20; 38 - maintainers = with lib.maintainers; [ sno2wman ]; 39 mainProgram = "yamlfmt"; 40 }; 41 }
··· 35 homepage = "https://github.com/google/yamlfmt"; 36 changelog = "https://github.com/google/yamlfmt/releases/tag/v${version}"; 37 license = lib.licenses.asl20; 38 + maintainers = with lib.maintainers; [ ]; 39 mainProgram = "yamlfmt"; 40 }; 41 }