Merge pull request #314963 from sdier/timescaledb2

timescaledb_toolkit: Fix license metadata to TSL license.
This commit is contained in:
Aleksana
2024-07-14 23:56:07 +08:00
committed by GitHub
@@ -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;