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 12:24:14 -07:00 committed by GitHub
parent 2a319efade
commit 9788aff4b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

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