Unverified Commit 0820598d authored by Austin Horstman's avatar Austin Horstman
Browse files

smassh: add maintainer kraanzu

parent ca8c9f10
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/kraanzu/smassh";
    changelog = "https://github.com/kraanzu/smassh/blob/main/CHANGELOG.md";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ aimpizza ];
    maintainers = with maintainers; [
      aimpizza
      kraanzu
    ];
    mainProgram = "smassh";
  };
}