diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-18 11:22:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 09:22:23 +0000 |
| commit | 6057df7c4d1068eb1e16d9b1476ee2a0a9cb03e7 (patch) | |
| tree | f974f21db534534ad3261bc95d3007541a37e8c2 | |
| parent | ee15ae9c657fc21ac20c62463c2105939ae56ef3 (diff) | |
Fix path in NOTICE file (#5232)
| -rw-r--r-- | NOTICE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
