Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AFC51782BA6 for <~alpine/aports@lists.alpinelinux.org>; Wed, 18 Sep 2019 23:12:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9924128883 for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 01:12:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 857H3STMZ0IZ; Thu, 19 Sep 2019 01:12:13 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568848333; bh=F2HIfrWpY7fw/qdllDPZlQ92odKOMq2v+uLSTcozjKA=; h=From:To:Cc:Subject:Date; b=AYvvy+Qs6f+vPZQo1lVVGqEhBhtbu3yPjIuvKH92MHv18UVuB0VacZpmB8QMjy5Bu 7mQIcocbR0B2d132Y9pWFQgWIUThGqC+ilqwItWR+pNMkyyMcu6NnWyFER9Jz3uMtn +KceGMnRMJFayh1JXXBDcfOhHky15rlVPHZzYrwbeVp+S0WONioVOq44gLcRRgTwLB 08f+dgSHtH10dncqQScAs+OTR8uyTeoASIwFUGJV5GFpU0+R6uTtTSuEei2ckgMdRl 5JAfYOObByz2CwWSkXFadVFO14qF+3vN0sQxxvWQSa8JpZazsRkXSC5hZKtYh1G34l zDAj8lADdzLqA== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] main/busybox-initscripts: fix url Date: Thu, 19 Sep 2019 01:12:12 +0200 Message-Id: <20190918231212.27739-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/busybox-initscripts/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main/busybox-initscripts/APKBUILD b/main/busybox-initscripts/APKBUILD index 2e33217115..8a06118c81 100644 --- a/main/busybox-initscripts/APKBUILD +++ b/main/busybox-initscripts/APKBUILD @@ -4,13 +4,11 @@ pkgname=busybox-initscripts pkgver=3.2 pkgrel=0 pkgdesc="Init scripts for busybox daemons" -url="https://git.alpinelinux.org/cgit/aports/tree/core/busybox-initscripts" +url="https://git.alpinelinux.org/aports/tree/main/busybox-initscripts" arch="noarch" -license="GPL-2.0" +license="GPL-2.0-only" depends="busybox openrc>=0.24.1-r6" -makedepends="" install="$pkgname.post-install $pkgname.post-upgrade" -subpackages="" options="!check" replaces="alpine-baselayout openntpd" source="acpid.initd crond.initd dnsd.initd httpd.initd inetd.initd klogd.initd -- 2.21.0