summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2020-11-17 13:02:06 +0200
committerOleksii Filonenko <brightone@protonmail.com>2020-11-17 13:09:31 +0200
commit512c3c0a059cd420aa557317955a46e1cb233169 (patch)
tree53179c6fbbb290dc5222fa7e1f34bfb348569fa8 /pkgs/development/interpreters/elixir
parentc68b6ad5c46c965ac255e41d5d69fcef466d3505 (diff)
downloadnixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.gz
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.bz2
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.lz
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.xz
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.zst
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.zip
maintainers: rename filalex77 -> Br1ght0ne
Diffstat (limited to 'pkgs/development/interpreters/elixir')
-rw-r--r--pkgs/development/interpreters/elixir/generic-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/elixir/generic-builder.nix b/pkgs/development/interpreters/elixir/generic-builder.nix
index f821baf66c5..8dddd5befd4 100644
--- a/pkgs/development/interpreters/elixir/generic-builder.nix
+++ b/pkgs/development/interpreters/elixir/generic-builder.nix
@@ -69,6 +69,6 @@ in
 
       license = licenses.epl10;
       platforms = platforms.unix;
-      maintainers = with maintainers; [ havvy couchemar ankhers filalex77 ];
+      maintainers = with maintainers; [ havvy couchemar ankhers Br1ght0ne ];
     };
   })