From b863273e7d4bdf7c8648c023b1c3c7d7053fb33a Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Thu, 8 Oct 2020 10:21:19 -0400 Subject: [PATCH] liquibase: Remove maintainer nequissimus --- pkgs/development/tools/database/liquibase/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/database/liquibase/default.nix b/pkgs/development/tools/database/liquibase/default.nix index 018d1310bd0..75ccca43a69 100644 --- a/pkgs/development/tools/database/liquibase/default.nix +++ b/pkgs/development/tools/database/liquibase/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { homepage = "https://www.liquibase.org/"; changelog = "https://raw.githubusercontent.com/liquibase/liquibase/v${version}/changelog.txt"; license = licenses.asl20; - maintainers = with maintainers; [ nequissimus ]; + maintainers = with maintainers; [ ]; platforms = with platforms; unix; }; }