Skip to content

Commit 77e1844

Browse files
committed
Switch to GitHub Actions badge and use SPDX license format
1 parent 82758fe commit 77e1844

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "font-kit"
33
version = "0.11.0"
44
authors = ["Patrick Walton <[email protected]>"]
55
description = "A cross-platform font loading library"
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/servo/font-kit"
99
homepage = "https://github.com/servo/font-kit"

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# font-kit
2-
[![Build Status](https://travis-ci.org/servo/font-kit.svg?branch=master)](https://travis-ci.org/servo/font-kit)
3-
[![Crates.io](https://img.shields.io/crates/v/font-kit.svg)](https://crates.io/crates/font-kit)
2+
3+
[![Build Status](https://github.com/servo/font-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/servo/font-kit/actions)
4+
[![crates.io](https://img.shields.io/crates/v/font-kit.svg)](https://crates.io/crates/font-kit)
45
[![Documentation](https://docs.rs/font-kit/badge.svg)](https://docs.rs/font-kit)
56

67
`font-kit` provides a common interface to the various system font libraries and provides
@@ -106,7 +107,7 @@ included.
106107

107108
## Dependencies
108109

109-
**Ubuntu Linux**
110+
**Ubuntu**
110111

111112
`sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev`
112113

0 commit comments

Comments
 (0)