postman: add Crafter as maintainer

This commit is contained in:
Craftman7 2022-07-25 20:26:12 -07:00
parent eb5ea1500b
commit 285575ffa7

View file

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