summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-review
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2021-05-22 10:47:40 -0400
committerGitHub <noreply@github.com>2021-05-22 16:47:40 +0200
commitcd4780fab4fd0652cc55109cca5a8e9e893f603d (patch)
tree9e462653c823ab84efd659378e201fbe1efcee96 /pkgs/applications/version-management/git-review
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
downloadnixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.gz
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.bz2
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.lz
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.xz
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.zst
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.zip
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'pkgs/applications/version-management/git-review')
-rw-r--r--pkgs/applications/version-management/git-review/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-review/default.nix b/pkgs/applications/version-management/git-review/default.nix
index 38eed2dd5af..410d8d49e4c 100644
--- a/pkgs/applications/version-management/git-review/default.nix
+++ b/pkgs/applications/version-management/git-review/default.nix
@@ -39,6 +39,6 @@ buildPythonApplication rec {
     description = "Tool to submit code to Gerrit";
     homepage = "https://opendev.org/opendev/git-review";
     license = licenses.asl20;
-    maintainers = with maintainers; [ metadark ];
+    maintainers = with maintainers; [ kira-bruneau ];
   };
 }