diff --git a/fontdrasil/Cargo.toml b/fontdrasil/Cargo.toml index cce3b8877..31b7357c3 100644 --- a/fontdrasil/Cargo.toml +++ b/fontdrasil/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" license = "MIT/Apache-2.0" description = "Common types and utilites used by fontc, a font compiler." -repository = "https://github.com/googlefonts/fontmake-rs" +repository = "https://github.com/googlefonts/fontc" readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/fontir/Cargo.toml b/fontir/Cargo.toml index a146e82f4..1d4224da1 100644 --- a/fontir/Cargo.toml +++ b/fontir/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" license = "MIT/Apache-2.0" description = "Intermediate Representation used by fontc, a font compiler." -repository = "https://github.com/googlefonts/fontmake-rs" +repository = "https://github.com/googlefonts/fontc" readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/fontra2fontir/Cargo.toml b/fontra2fontir/Cargo.toml index 866209ddc..0061d4ca4 100644 --- a/fontra2fontir/Cargo.toml +++ b/fontra2fontir/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" license = "MIT/Apache-2.0" description = "Converts fontra.xyz/ files to font ir for compilation." -repository = "https://github.com/googlefonts/fontmake-rs" +repository = "https://github.com/googlefonts/fontc" readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/glyphs-reader/Cargo.toml b/glyphs-reader/Cargo.toml index a4c333fda..230211b51 100644 --- a/glyphs-reader/Cargo.toml +++ b/glyphs-reader/Cargo.toml @@ -3,6 +3,7 @@ name = "glyphs-reader" version = "0.0.1" license = "MIT/Apache-2.0" authors = ["Raph Levien "] +repository = "https://github.com/googlefonts/fontc" description = "Parsing .glyphs source files" edition = "2021" categories = ["text-processing", "parsing", "graphics"] diff --git a/glyphs-reader/ascii_plist_derive/Cargo.toml b/glyphs-reader/ascii_plist_derive/Cargo.toml index 07755d197..603ec3bb6 100644 --- a/glyphs-reader/ascii_plist_derive/Cargo.toml +++ b/glyphs-reader/ascii_plist_derive/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Raph Levien "] edition = "2021" description = "A derive macro for parsing NeXTSTEP (ASCII) plist files" readme = "README.md" +license = "MIT/Apache-2.0" [lib] proc-macro = true diff --git a/glyphs2fontir/Cargo.toml b/glyphs2fontir/Cargo.toml index d3b74c163..06b540340 100644 --- a/glyphs2fontir/Cargo.toml +++ b/glyphs2fontir/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" license = "MIT/Apache-2.0" description = "Converts www.glyphsapp.com files to font ir for compilation." -repository = "https://github.com/googlefonts/fontmake-rs" +repository = "https://github.com/googlefonts/fontc" readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/ufo2fontir/Cargo.toml b/ufo2fontir/Cargo.toml index 20952e1ce..a2b1e3086 100644 --- a/ufo2fontir/Cargo.toml +++ b/ufo2fontir/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" license = "MIT/Apache-2.0" description = "Converts UFO or UFO+designspace to font ir for compilation." -repository = "https://github.com/googlefonts/fontmake-rs" +repository = "https://github.com/googlefonts/fontc" readme = "README.md" categories = ["text-processing", "parsing", "graphics"]