cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
2323fd31d2c3fffcbd6d50f8d060b6af1e3af4f3
parent
242a3b38960a57eebaa935b2e7a85001b6c60d2b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-11 16:59
pyproject.toml: update license format

Diffstat

M pyproject.toml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/pyproject.toml b/pyproject.toml

@@ -7,7 +7,7 @@ name = "cplay-ng"
    7     7 version = "5.4.0"
    8     8 description = "A simple curses audio player"
    9     9 readme = "README.md"
   10    -1 license = {text = "GPLv2+"}
   -1    10 license = "GPL-2.0-or-later"
   11    11 keywords = ["music-player", "curses"]
   12    12 authors = [
   13    13     {name = "Ulf Betlehem", email = "flu@iki.fi"}