diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-10-02 16:59:38 +1000 |
|---|---|---|
| committer | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-10-02 16:59:43 +1000 |
| commit | f18e7e0d07bed6abfcc1dd60052c61af896e2845 (patch) | |
| tree | b05b372aef7479bf42a063ad28d0c1f19066511f | |
| parent | kubernetes-helm: 3.3.1 -> 3.3.4 (diff) | |
| download | nixpkgs-f18e7e0d07bed6abfcc1dd60052c61af896e2845.tar.gz | |
gitAndTools.git-interactive-rebase-tool: add maintainer
| -rw-r--r-- | pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix b/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix index b656deaa7168..1edd48f92f15 100644 --- a/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { description = "Native cross platform full feature terminal based sequence editor for git interactive rebase"; changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ masaeedu ]; + maintainers = with maintainers; [ masaeedu zowoq ]; }; } |
