about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2020-05-26 23:24:06 +0300
committerOleksii Filonenko <brightone@protonmail.com>2020-05-26 23:29:23 +0300
commitb2b5ae6e8c520ba8112ac32609610ef2c153f084 (patch)
tree510c4b4a1c9232c15f9fa292108391c9d7b3540b /pkgs/development
parent60582f7095e05f83b677bbd7c1dea9193f09630b (diff)
downloadnixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.tar
nixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.tar.gz
nixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.tar.bz2
nixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.tar.lz
nixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.tar.xz
nixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.tar.zst
nixlib-b2b5ae6e8c520ba8112ac32609610ef2c153f084.zip
wrangler: add filalex77 to maintainers
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/wrangler/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/wrangler/default.nix b/pkgs/development/tools/wrangler/default.nix
index 8b436498c93a..cdbba236922a 100644
--- a/pkgs/development/tools/wrangler/default.nix
+++ b/pkgs/development/tools/wrangler/default.nix
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
     description = "A CLI tool designed for folks who are interested in using Cloudflare Workers";
     homepage = "https://github.com/cloudflare/wrangler";
     license = with licenses; [ asl20 /* or */ mit ];
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ filalex77 ];
     platforms = platforms.all;
   };
 }