From 241c9cc064440df114f635b45d495502cb4b71c1 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Sun, 16 Jun 2024 13:12:21 +0200
Subject: Fix: file ending for changelog file

---
 nfpm/nfpm.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nfpm/nfpm.yaml b/nfpm/nfpm.yaml
index 2f1d8b1..df3cca3 100644
--- a/nfpm/nfpm.yaml
+++ b/nfpm/nfpm.yaml
@@ -15,7 +15,7 @@ vendor: lirion.de
 homepage: https://git.lirion.de/lirion-initfunctions/
 license: LGLPv3
 mtime: "2024-06-16T12:30:00Z"
-changelog: "changelog.yaml"
+changelog: "changelog.yml"
 disable_globbing: false
 depends:
   - bash
-- 
cgit v1.2.3