From 28a806229dc5ca4ab01a9ce0ba5fb900316e99d0 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 5 May 2025 23:56:59 +0800 Subject: [PATCH] fix(ignis): license LGPL-2.1-or-later (#4708) Signed-off-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