From 141e35b9a3e7f8da813672d8cbbad7bcac0ff188 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sun, 28 Mar 2021 23:37:22 -0700 Subject: [PATCH] enchant: fix license --- srcpkgs/enchant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/enchant/template b/srcpkgs/enchant/template index 52dfb644e29..bc7ca9e5239 100644 --- a/srcpkgs/enchant/template +++ b/srcpkgs/enchant/template @@ -8,9 +8,9 @@ configure_args="--disable-zemberek --disable-ispell --disable-aspell hostmakedepends="automake libtool pkg-config" makedepends="glib-devel hunspell-devel" short_desc="Generic spell checking library" -homepage="http://www.abisource.com/projects/enchant/" -license="LGPL-2.1" maintainer="Orphaned " +license="LGPL-2.1-or-later" +homepage="http://www.abisource.com/projects/enchant/" distfiles="http://www.abisource.com/downloads/enchant/${version}/enchant-${version}.tar.gz" checksum=2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f patch_args="-Np1"