Skip to content

Commit

Permalink
postman: add evanjs to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjs committed Sep 5, 2019
1 parent abd41c3 commit e4c243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/web/postman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
description = "API Development Environment";
license = licenses.postman;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ xurei ];
maintainers = with maintainers; [ xurei evanjs ];
};
}

0 comments on commit e4c243d

Please sign in to comment.