flyway: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-02 04:20:00 +00:00
parent 8f9ff6cec4
commit 9d4f92cbf4

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
downloadPage = "https://github.com/flyway/flyway";
homepage = "https://flywaydb.org/";
changelog = "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
platforms = platforms.unix;