ghstack: add shikanime to maintainers

Signed-off-by: William Phetsinorath <william.phetsinorath@shikanime.studio>
Change-Id: Id68e4d607dbc2c9e3528b563dd1906236a6a6964
This commit is contained in:
William Phetsinorath
2025-12-13 03:47:15 +01:00
parent d7e7825bd3
commit dfc16bc4ae
+4 -1
View File
@@ -38,7 +38,10 @@ python3.pkgs.buildPythonApplication rec {
description = "Submit stacked diffs to GitHub on the command line";
homepage = "https://github.com/ezyang/ghstack";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ munksgaard ];
maintainers = with lib.maintainers; [
munksgaard
shikanime
];
mainProgram = "ghstack";
};
}