diff --git a/pkgs/by-name/gh/ghstack/package.nix b/pkgs/by-name/gh/ghstack/package.nix index 9e8ef3e0b628..4b35fb78c404 100644 --- a/pkgs/by-name/gh/ghstack/package.nix +++ b/pkgs/by-name/gh/ghstack/package.nix @@ -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"; }; }