diff options
| author | mail_redacted_for_web | 2024-06-16 13:18:31 +0200 | 
|---|---|---|
| committer | mail_redacted_for_web | 2024-06-16 13:18:31 +0200 | 
| commit | b863c79b58dca3a55c4cdd898b179d680d9de69f (patch) | |
| tree | 1e003d1670b40568521ddb25a49054c4f22a28c5 /nfpm | |
| parent | 241c9cc064440df114f635b45d495502cb4b71c1 (diff) | |
| download | lirion-initfunctions-b863c79b58dca3a55c4cdd898b179d680d9de69f.tar.bz2 | |
Fix: now in skeleton
Diffstat (limited to 'nfpm')
| -rw-r--r-- | nfpm/nfpm.yaml | 2 | ||||
| -rw-r--r-- | nfpm/nfpm.yaml.skel | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/nfpm/nfpm.yaml b/nfpm/nfpm.yaml index df3cca3..2f1d8b1 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.yml" +changelog: "changelog.yaml"  disable_globbing: false  depends:    - bash diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel index 9581300..e76b8eb 100644 --- a/nfpm/nfpm.yaml.skel +++ b/nfpm/nfpm.yaml.skel @@ -101,7 +101,7 @@ license: LGLPv3  mtime: "2024-06-16T12:30:00Z"  # Changelog YAML file, see: https://github.com/goreleaser/chglog -changelog: "changelog.yaml" +changelog: "changelog.yml"  # Disables globbing for files, config_files, etc.  disable_globbing: false  | 
