testing/nanomsg: fix url

This commit is contained in:
Leo 2019-08-23 20:01:11 -03:00
parent 9e41bf2861
commit a3b1c1905a

View File

@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=nanomsg
pkgver=1.1.5
pkgrel=0
pkgrel=1
pkgdesc="Socket library that provides several common communication patterns"
url="http://nanomsg.org"
url="https://nanomsg.org"
arch="all !armhf !armv7" # armhf: segfaults in 2 tests
license="MIT"
makedepends="asciidoctor xmlto cmake"