timescaledb_toolkit: Fix license metadata to TSL license.

This commit is contained in:
Scott Dier
2024-05-27 00:46:47 +02:00
parent d091b7f681
commit d5c9f4b273
@@ -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;