lib.licenses.tsl: fix typo in fullName

This commit is contained in:
Tom Hunze
2026-02-18 17:52:45 +01:00
parent 02263f4691
commit 7d233ecede
+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;
};