diff options
author | Simon Frankenberger <simon@fraho.eu> | 2019-04-10 17:26:02 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-11 20:58:31 +0000 |
commit | 0a6a76ef6605a50cfbf51a89eeb74193b417c1d3 (patch) | |
tree | cc8e743311c77369785edd73a70d671218df16da /testing/sems | |
parent | e393ea84386878cbde3cccadd36a30396e357d1e (diff) | |
download | aports-0a6a76ef6605a50cfbf51a89eeb74193b417c1d3.tar.bz2 aports-0a6a76ef6605a50cfbf51a89eeb74193b417c1d3.tar.xz |
testing/sems: Fix project url
The original url is no longer associated with this project.
See https://github.com/sems-server/sems/issues/89
No pkgrel bump as nothing except the url changes
Diffstat (limited to 'testing/sems')
-rw-r--r-- | testing/sems/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sems/APKBUILD b/testing/sems/APKBUILD index 42c580b361..122052ce7e 100644 --- a/testing/sems/APKBUILD +++ b/testing/sems/APKBUILD @@ -4,7 +4,7 @@ pkgname=sems pkgver=1.6.0 pkgrel=9 pkgdesc="SIP Express Media Server, an extensible SIP media server" -url="http://iptel.org/sems/" +url="https://github.com/sems-server/sems/" arch="all" license="GPL-2.0-or-later" # upstream does not provide test |