Skip to content

Commit 412d574

Browse files
committed
fix license for f42 and below
1 parent 95632e2 commit 412d574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hhd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: hhd
22
Version: 4.0.0
3-
Release: 2%{?dist}
3+
Release: 1%{?dist}
44
Summary: Handheld Daemon, a tool for configuring handheld devices.
55

66
License: LGPL-2.1-or-later

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
description = "Handheld Daemon, a tool for configuring handheld devices."
88
readme = "readme.md"
99
requires-python = ">=3.10"
10-
license = "LGPL-2.1-or-later"
10+
license = {text = "LGPL-2.1-or-later"}
1111
classifiers = [
1212
"Programming Language :: Python :: 3.10",
1313
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)