Fix license symlinks (#29758)

Closes #29527

It looks funny in the diff, but the symlinks are indeed correct:

-
https://github.com/evaporei/zed/blob/fix/license-symlinks/crates/askpass/LICENSE-GPL
-
https://github.com/evaporei/zed/blob/fix/license-symlinks/crates/ui_macros/LICENSE-GPL

I did check all ~170 crates, these were the only inconsistent ones.

Release Notes:

- N/A
This commit is contained in:
Eva Pace
2025-05-01 19:24:14 +00:00
committed by GitHub
parent 2a319efade
commit 9788aff4b1
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "util_macros"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
license = "Apache-2.0"
[lints]
workspace = true