Commit d5c9f4b2 authored by Scott Dier's avatar Scott Dier
Browse files

timescaledb_toolkit: Fix license metadata to TSL license.

parent d091b7f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;