X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 11199DC04FD for ; Tue, 25 Aug 2015 17:46:21 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 45128DC0944; Tue, 25 Aug 2015 17:46:20 +0000 (UTC) Received: from localhost (ip5f5ac8d9.dynamic.kabel-deutschland.de [95.90.200.217]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 4b4d75a7; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 25 Aug 2015 19:46:16 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/3] main/nginx: lowercase license name Date: Tue, 25 Aug 2015 19:46:05 +0200 Message-Id: <1440524766-20935-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1440524766-20935-1-git-send-email-soeren+git@soeren-tempel.net> References: <1440524766-20935-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/nginx/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index 3f4576d..7380eca 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="lightweight HTTP and reverse proxy server" url="http://www.nginx.org" arch="all" -license="Custom" +license="custom" pkgusers="nginx" pkggroups="nginx" install="$pkgname.pre-install $pkgname.pre-upgrade" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---