Skip to content

Commit a819534

Browse files
committed
asncounter: fix license
1 parent de48947 commit a819534

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

srcpkgs/asncounter/template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Template file for 'asncounter'
22
pkgname=asncounter
33
version=0.5.0
4-
revision=1
4+
revision=2
55
build_style=python3-pep517
66
hostmakedepends="pandoc python3-setuptools python3-setuptools_scm python3-wheel"
77
makedepends="python3-devel"
88
depends="python3-pyasn"
99
short_desc="Tool to group IP addresses by ASN, useful for fighting bot farms"
1010
maintainer="Orphaned <orphan@voidlinux.org>"
11-
license="GPL-3.0-or-later"
11+
license="AGPL-3.0-or-later"
1212
homepage="https://gitlab.com/anarcat/asncounter"
1313
distfiles="https://gitlab.com/anarcat/asncounter/-/archive/$version/asncounter-$version.tar.gz"
1414
checksum=4a4184afad23e1fa9dcc2862644707c075f59e013d988aaf0cc7555f79c982ca
@@ -20,4 +20,5 @@ pre_build() {
2020
post_install() {
2121
pandoc --standalone --to man asncounter.1.md > asncounter.1
2222
vman asncounter.1
23+
vlicense LICENSE
2324
}

0 commit comments

Comments
 (0)