From 7d233ecedee741a26ed0182b30a361fe36e6a1a3 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Wed, 18 Feb 2026 17:52:45 +0100 Subject: [PATCH] lib.licenses.tsl: fix typo in `fullName` --- lib/licenses.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 7a594d9d26f0..9ca884c690cc 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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; };