Commit 3d0a5f81 authored by iamanaws's avatar iamanaws
Browse files

postman: add changelog

parent 58979716
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ let
  version = "11.46.6";
  meta = with lib; {
    homepage = "https://www.getpostman.com";
    changelog = "https://www.postman.com/release-notes/postman-app/#${
      replaceStrings [ "." ] [ "-" ] version
    }";
    description = "API Development Environment";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.postman;