diff options
Diffstat (limited to 'system/openrc/APKBUILD')
-rw-r--r-- | system/openrc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/openrc/APKBUILD b/system/openrc/APKBUILD index a252385b5..dac0cec8d 100644 --- a/system/openrc/APKBUILD +++ b/system/openrc/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.24.1 _ver=${pkgver/_git*/} pkgrel=6 pkgdesc="OpenRC manages the services, startup and shutdown of a host" -url="http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git" +url="https://github.com/OpenRC/openrc" arch="all" license="BSD-2-Clause" depends="psmisc /sbin/init" |