Fix the license identifier in Cargo.toml

Fixes #699
This commit is contained in:
Marcin Kulik
2025-09-29 11:28:21 +02:00
parent 71e54b231f
commit 16b96c09a9

View File

@@ -6,7 +6,7 @@ authors = ["Marcin Kulik <m@ku1ik.com>"]
homepage = "https://asciinema.org"
repository = "https://github.com/asciinema/asciinema"
description = "Terminal session recorder, streamer, and player"
license = "GPL-3.0"
license = "GPL-3.0-or-later"
# MSRV
rust-version = "1.75.0"