about summary refs log tree commit diff
path: root/pkgs/tools/text/ruplacer/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/ruplacer/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/ruplacer/default.nix')
-rw-r--r--pkgs/tools/text/ruplacer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ruplacer/default.nix b/pkgs/tools/text/ruplacer/default.nix
index 7ebf739414a22..f4b3ed3dca4c4 100644
--- a/pkgs/tools/text/ruplacer/default.nix
+++ b/pkgs/tools/text/ruplacer/default.nix
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
     description = "Find and replace text in source files";
     homepage = "https://github.com/TankerHQ/ruplacer";
     license = [ licenses.bsd3 ];
-    maintainers = with maintainers; [ filalex77 ];
+    maintainers = with maintainers; [ Br1ght0ne ];
   };
 }