acmetool: fix project homepage
This commit is contained in:
parent
762a9ffde8
commit
edb7c0fa63
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'acmetool'
|
||||
pkgname=acmetool
|
||||
version=0.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/hlandau/acme
|
||||
go_package="github.com/hlandau/acme/cmd/acmetool"
|
||||
|
@ -9,8 +9,8 @@ hostmakedepends="git"
|
|||
makedepends="libcap-devel"
|
||||
short_desc="Tool to acquire certificates from ACME servers (such as Let's Encrypt)"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="RILTS-based"
|
||||
homepage="https://hlandau.github.io/acme/"
|
||||
license="MIT"
|
||||
homepage="https://hlandau.github.io/acmetool/"
|
||||
distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz
|
||||
https://raw.githubusercontent.com/hlandau/rilts/master/licences/COPYING.MIT>COPYING"
|
||||
checksum="54acffe7381696ecdc829f65810897075d17c5600c077f431eda5e5244189a74
|
||||
|
|
Loading…
Reference in a new issue