Unverified Commit 554ada78 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #314963 from sdier/timescaledb2

timescaledb_toolkit: Fix license metadata to TSL license.
parents 6bd9a9b4 d5c9f4b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;