diff options
author | TBK <tbk@jjtc.eu> | 2019-04-12 01:31:20 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-12 08:15:38 +0000 |
commit | 086eeb80a7449729687c0fb5f4fb321abb814a3e (patch) | |
tree | a1038d75cf3320a0b728334d4127822a7b8a4a29 /testing/spice-html5 | |
parent | 4159e747c08cabab668de799bd45fd022572be44 (diff) | |
download | aports-086eeb80a7449729687c0fb5f4fb321abb814a3e.tar.bz2 aports-086eeb80a7449729687c0fb5f4fb321abb814a3e.tar.xz |
testing/spice-html5: fix url
Diffstat (limited to 'testing/spice-html5')
-rw-r--r-- | testing/spice-html5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/spice-html5/APKBUILD b/testing/spice-html5/APKBUILD index 34b5f81a7e..6dbbb8f20d 100644 --- a/testing/spice-html5/APKBUILD +++ b/testing/spice-html5/APKBUILD @@ -4,7 +4,7 @@ pkgname=spice-html5 pkgver=0.2.1 pkgrel=0 pkgdesc="A html5 client for the spice protocol" -url="https:://github.com/SPICE/spice-html5" +url="https://github.com/freedesktop/spice-html5" arch="noarch" license="GPL-3.0-or-later LGPL-3.0-or-later" options="!check" # No test suite |