forked from mirrors/nixpkgs
flyway: add downloadPage
This commit is contained in:
parent
eb92898043
commit
5bd26ec45c
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec{
|
|||
|
||||
This package is only the Community Edition of the Flyway command-line tool.
|
||||
'';
|
||||
downloadPage = "https://github.com/flyway/flyway";
|
||||
homepage = "https://flywaydb.org/";
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue