summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-18 11:22:23 +0200
committerGitHub <noreply@github.com>2024-10-18 09:22:23 +0000
commit6057df7c4d1068eb1e16d9b1476ee2a0a9cb03e7 (patch)
treef974f21db534534ad3261bc95d3007541a37e8c2
parentee15ae9c657fc21ac20c62463c2105939ae56ef3 (diff)
Fix path in NOTICE file (#5232)
-rw-r--r--NOTICE4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTICE b/NOTICE
index fe77397b..4b40cba1 100644
--- a/NOTICE
+++ b/NOTICE
@@ -3,8 +3,8 @@ Licenses for third party components used by this project can be found below.
================================================================================
The MIT License applies to:
-* The default color set defined in `crates/typst/src/geom/color.rs` which is
- adapted from the colors.css project
+* The default color set defined in `crates/typst/src/visualize/color.rs` which
+ is adapted from the colors.css project
(https://clrs.cc/)
* The `RemoteReader` defined in `crates/typst-kit/src/download.rs` which is