diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-16 18:12:44 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-16 18:12:44 +0000 |
commit | 25e9a5c7d9a77d186a4af1081168e3e8a6468fa9 (patch) | |
tree | d9b30fa8c0804a434e953ff7151d24784f0a073f /user/libshout | |
parent | 48e3b586a734142da75f6bac566aadb999379ba4 (diff) | |
download | packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.tar.gz packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.tar.bz2 packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.tar.xz packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.zip |
user/*: Fix URLs
Diffstat (limited to 'user/libshout')
-rw-r--r-- | user/libshout/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/libshout/APKBUILD b/user/libshout/APKBUILD index 1672399d8..a4624bb2c 100644 --- a/user/libshout/APKBUILD +++ b/user/libshout/APKBUILD @@ -4,7 +4,7 @@ pkgname=libshout pkgver=2.4.3 pkgrel=0 pkgdesc="Library for accessing a Icecast server" -url="http://www.icecast.org/" +url="https://www.icecast.org/" arch="all" options="!check" # No test suite. license="LGPL-2.0+" |