From b587e7a996b0fd26bf9067364d06d87cde56a4dd Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Wed, 4 Apr 2018 14:57:28 +0100
Subject: [PATCH] Add homepage to goreleaser config to fix build

---
 .goreleaser.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.goreleaser.yml b/.goreleaser.yml
index c6025c9..2ec2684 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -13,6 +13,7 @@ nfpm:
   vendor: Aqua Security
   description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices"
   license: Apache-2.0
+  homepage: https://github.com/aquasecurity/kube-bench
   formats:
     - deb
     - rpm
-- 
GitLab