From 545a15214a8e1c218249637686ccff0318489b7a Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Tue, 21 May 2024 15:22:00 -0400 Subject: [PATCH] [chore] Set repository field in otl-normalizer manifest --- otl-normalizer/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/otl-normalizer/Cargo.toml b/otl-normalizer/Cargo.toml index a3f08c78..8918104d 100644 --- a/otl-normalizer/Cargo.toml +++ b/otl-normalizer/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" edition = "2021" license = "MIT/Apache-2.0" description = "a normalized text representation of OpenType layout subtables" +repository = "https://github.com/googlefonts/fontc" readme = "README.md"