mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-07 23:04:00 +01:00
lib.licenses.tsl: fix typo in fullName
This commit is contained in:
parent
02263f4691
commit
7d233ecede
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue