tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitAndTools.git-interactive-rebase-tool: add maintainer
zowoq
5 years ago
f18e7e0d
53fcb502
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-and-tools
git-interactive-rebase-tool
default.nix
+1
-1
pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix
···
22
description = "Native cross platform full feature terminal based sequence editor for git interactive rebase";
23
changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}";
24
license = licenses.mit;
25
-
maintainers = with maintainers; [ masaeedu ];
26
};
27
}
···
22
description = "Native cross platform full feature terminal based sequence editor for git interactive rebase";
23
changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}";
24
license = licenses.mit;
25
+
maintainers = with maintainers; [ masaeedu zowoq ];
26
};
27
}