From 285575ffa7bcdb3ff897b8a52058191035f4ae94 Mon Sep 17 00:00:00 2001 From: Craftman7 Date: Mon, 25 Jul 2022 20:26:12 -0700 Subject: [PATCH] postman: add Crafter as maintainer --- pkgs/development/web/postman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/postman/default.nix b/pkgs/development/web/postman/default.nix index a5d3676e439b..b33ea7e40990 100644 --- a/pkgs/development/web/postman/default.nix +++ b/pkgs/development/web/postman/default.nix @@ -9,7 +9,7 @@ let sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.postman; platforms = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ]; - maintainers = with maintainers; [ johnrichardrinehart evanjs tricktron ]; + maintainers = with maintainers; [ johnrichardrinehart evanjs tricktron Crafter ]; }; in