lib.licenses.tsl: fix typo in fullName (#491813)

This commit is contained in:
Jo
2026-02-18 21:49:24 +00:00
committed by GitHub
+1 -1
View File
@@ -1416,7 +1416,7 @@ lib.mapAttrs mkLicense (
tsl = {
shortName = "TSL";
fullName = "Timescale License Agreegment";
fullName = "Timescale License Agreement";
url = "https://github.com/timescale/timescaledb/blob/main/tsl/LICENSE-TIMESCALE";
free = false;
};