From 695df3610205a86d877f81c0f18da7e70deaf736 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 5 May 2025 09:13:28 -0700 Subject: [PATCH] fix(ignis): license LGPL-2.1-or-later (#4708) (#4712) Signed-off-by: madomado (cherry picked from commit 28a806229dc5ca4ab01a9ce0ba5fb900316e99d0) Co-authored-by: madomado --- anda/langs/python/ignis/python-ignis.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/ignis/python-ignis.spec b/anda/langs/python/ignis/python-ignis.spec index ad2ebc818a..2148b85600 100644 --- a/anda/langs/python/ignis/python-ignis.spec +++ b/anda/langs/python/ignis/python-ignis.spec @@ -1,9 +1,9 @@ Name: python-ignis Version: 0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A widget framework for building desktop shells, written and configurable in Python -License: ??? +License: LGPL-2.1-or-later URL: https://linkfrg.github.io/ignis Source: https://github.com/linkfrg/ignis/archive/v%{version}/ignis-%{version}.tar.gz Packager: madonuko