wrangler: add filalex77 to maintainers
This commit is contained in:
parent
60582f7095
commit
b2b5ae6e8c
|
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "A CLI tool designed for folks who are interested in using Cloudflare Workers";
|
description = "A CLI tool designed for folks who are interested in using Cloudflare Workers";
|
||||||
homepage = "https://github.com/cloudflare/wrangler";
|
homepage = "https://github.com/cloudflare/wrangler";
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ filalex77 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue