about summary refs log tree commit diff
path: root/pkgs/tools/text/sd/default.nix
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2020-11-17 13:31:02 +0200
committerGitHub <noreply@github.com>2020-11-17 13:31:02 +0200
commit5d30b8ad31f89dcb6ea57e1e083d8c2d4624ec7d (patch)
tree53179c6fbbb290dc5222fa7e1f34bfb348569fa8 /pkgs/tools/text/sd/default.nix
parentc68b6ad5c46c965ac255e41d5d69fcef466d3505 (diff)
parent512c3c0a059cd420aa557317955a46e1cb233169 (diff)
Merge pull request #104043 from NixOS/maintainers-Br1ght0ne-rename
maintainers: rename filalex77 -> Br1ght0ne
Diffstat (limited to 'pkgs/tools/text/sd/default.nix')
-rw-r--r--pkgs/tools/text/sd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/sd/default.nix b/pkgs/tools/text/sd/default.nix
index 1fa508b1ef60e..66529514ec7b0 100644
--- a/pkgs/tools/text/sd/default.nix
+++ b/pkgs/tools/text/sd/default.nix
@@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
     description = "Intuitive find & replace CLI (sed alternative)";
     homepage = "https://github.com/chmln/sd";
     license = licenses.mit;
-    maintainers = with maintainers; [ amar1729 filalex77 ];
+    maintainers = with maintainers; [ amar1729 Br1ght0ne ];
   };
 }