Skip to content

Commit 4d21159

Browse files
committed
chore: Update cargo authors metadata to current maintainer list
1 parent df004d7 commit 4d21159

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "ttf-parser"
33
version = "0.25.0"
4-
authors = ["Yevhenii Reizner <[email protected]>"]
4+
authors = [
5+
"Caleb Maclennan <[email protected]>",
6+
"Laurenz Stampfl <[email protected]>",
7+
"Yevhenii Reizner <[email protected]>",
8+
"خالد حسني (Khaled Hosny) <[email protected]>"
9+
]
510
keywords = ["ttf", "truetype", "opentype"]
611
categories = ["parser-implementations"]
712
license = "MIT OR Apache-2.0"

c-api/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "ttf-parser-capi"
33
version = "0.25.0"
4-
authors = ["Yevhenii Reizner <[email protected]>"]
4+
authors = [
5+
"Caleb Maclennan <[email protected]>",
6+
"Laurenz Stampfl <[email protected]>",
7+
"Yevhenii Reizner <[email protected]>",
8+
"خالد حسني (Khaled Hosny) <[email protected]>"
9+
]
510
license = "MIT"
611
edition = "2018"
712

0 commit comments

Comments
 (0)