diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4a00bc39..3b84df22 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata" homepage = "https://fatcat.wiki" repository = "https://github.com/internetarchive/fatcat" -license = "AGPL 3.0" +license = "AGPL-3.0-or-later" [workspace] members = ["fatcat-openapi"] |