From 7fcbdbd0eaf7ee9a5070d8331f6e7b6bb658642c Mon Sep 17 00:00:00 2001 From: Steve Winslow Date: Tue, 19 Nov 2019 11:01:04 -0500 Subject: [PATCH] Fix license in package metadata In the package metadata, this corrects the license from MIT to Apache-2.0 (to mirror what's in the LICENSE file). Signed-off-by: Steve Winslow --- .nfpm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nfpm.yaml b/.nfpm.yaml index 8cde9fe..a18763f 100644 --- a/.nfpm.yaml +++ b/.nfpm.yaml @@ -10,7 +10,7 @@ maintainer: "Miek Gieben " description: | Utilities useful with CoreDNS. homepage: "https://github.com/coredns/coredns-utils" -license: "MIT" +license: "Apache-2.0" bindir: "/usr/sbin" files: coredns-keygen/coredns-keygen: "/usr/sbin/coredns-keygen"