wrangler: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2020-05-26 23:24:06 +03:00
parent 60582f7095
commit b2b5ae6e8c

View file

@ -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;
};
}