From d5c9f4b273aae04aa38a53a4794dc107ee4fed97 Mon Sep 17 00:00:00 2001 From: Scott Dier Date: Mon, 27 May 2024 00:32:15 +0200 Subject: [PATCH] timescaledb_toolkit: Fix license metadata to TSL license. --- pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix b/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix index 96bff3fe20b3..eb2f5750059e 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix @@ -40,7 +40,7 @@ homepage = "https://github.com/timescale/timescaledb-toolkit"; maintainers = with maintainers; [ typetetris ]; platforms = postgresql.meta.platforms; - license = licenses.asl20; + license = licenses.tsl; # as it needs to be used with timescaledb, simply use the condition from there broken = stdenv.isDarwin;