From 5bd26ec45c88f30bdfc8b3a6a95e3718f4c555e4 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Sun, 28 Aug 2022 11:00:59 -0300 Subject: [PATCH] flyway: add downloadPage --- pkgs/development/tools/flyway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/flyway/default.nix b/pkgs/development/tools/flyway/default.nix index 9a73fd79a2d1..f3e5bd0337ed 100644 --- a/pkgs/development/tools/flyway/default.nix +++ b/pkgs/development/tools/flyway/default.nix @@ -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;