summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-02 16:59:38 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-02 16:59:43 +1000
commitf18e7e0d07bed6abfcc1dd60052c61af896e2845 (patch)
treeb05b372aef7479bf42a063ad28d0c1f19066511f
parentkubernetes-helm: 3.3.1 -> 3.3.4 (diff)
downloadnixpkgs-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.nix2
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 ];
};
}