From 3663cc818590dbb5c4793609ae001a3ce3670f07 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 4a14b9925cd473..0c403c3558b2c8 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix @@ -39,7 +39,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;