slrn: fix license

This commit is contained in:
Colin Booth 2021-05-12 23:10:22 -07:00 committed by Érico Nogueira Rolim
parent 65390ae0d9
commit 11849cbd4d

View file

@ -1,7 +1,7 @@
# Template file for 'slrn' # Template file for 'slrn'
pkgname=slrn pkgname=slrn
version=1.0.3a version=1.0.3a
revision=8 revision=9
wrksrc="${pkgname}-${version%a}" wrksrc="${pkgname}-${version%a}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-slrnpull --with-ssl configure_args="--with-slrnpull --with-ssl
@ -11,7 +11,7 @@ configure_args="--with-slrnpull --with-ssl
makedepends="openssl-devel slang-devel" makedepends="openssl-devel slang-devel"
short_desc="Text mode Usenet news reader" short_desc="Text mode Usenet news reader"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2" license="GPL-2.0-or-later"
homepage="http://www.slrn.org/" homepage="http://www.slrn.org/"
# distfiles="http://jedsoft.org/releases/slrn/${pkgname}-${version}.tar.bz2" # distfiles="http://jedsoft.org/releases/slrn/${pkgname}-${version}.tar.bz2"
distfiles="https://ftp.icm.edu.pl/packages/slrn/slrn-${version}.tar.bz2" distfiles="https://ftp.icm.edu.pl/packages/slrn/slrn-${version}.tar.bz2"