summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmer/default.nix
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/wasmer/default.nix
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/wasmer/default.nix')
-rw-r--r--pkgs/development/interpreters/wasmer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/wasmer/default.nix b/pkgs/development/interpreters/wasmer/default.nix
index c620b1686ea..7b390c54716 100644
--- a/pkgs/development/interpreters/wasmer/default.nix
+++ b/pkgs/development/interpreters/wasmer/default.nix
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
     '';
     homepage = "https://wasmer.io/";
     license = licenses.mit;
-    maintainers = with maintainers; [ filalex77 ];
+    maintainers = with maintainers; [ Br1ght0ne ];
   };
 }