about summary refs log tree commit diff
path: root/pkgs/shells
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/shells
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
downloadnixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.gz
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.bz2
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.lz
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.xz
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.zst
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.zip
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/undistract-me/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/undistract-me/default.nix b/pkgs/shells/bash/undistract-me/default.nix
index e6641d9039c5..9ed5544713d7 100644
--- a/pkgs/shells/bash/undistract-me/default.nix
+++ b/pkgs/shells/bash/undistract-me/default.nix
@@ -74,6 +74,6 @@ stdenvNoCC.mkDerivation rec {
     description = "Notifies you when long-running terminal commands complete";
     homepage = "https://github.com/jml/undistract-me";
     license = licenses.mit;
-    maintainers = with maintainers; [ metadark ];
+    maintainers = with maintainers; [ kira-bruneau ];
   };
 }