Skip to content

Commit 46c0aeb

Browse files
committed
Update goreleaser config to new syntax
1 parent 461b245 commit 46c0aeb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.goreleaser.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ changelog:
2626
- '^docs:'
2727
- '^test:'
2828
nfpms:
29-
- config_files:
30-
"ldap2carddav.example.yml": "/etc/ldap2carddav.yml"
31-
files:
32-
"ldap2carddav@.service": "/etc/systemd/system/ldap2carddav.service"
29+
-
3330
maintainer: Heiko Carrasco <heiko.carrasco@yahoo.com>
31+
homepage: https://github.com/miterion/ldap2carddav
32+
contents:
33+
- src: ldap2carddav@.service
34+
dst: /etc/systemd/system/ldap2carddav.service
35+
36+
- src: ldap2carddav.example.yml
37+
dst: /etc/ldap2carddav.yml
38+
type: config
39+
3440
file_name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
3541
formats:
3642
- apk

0 commit comments

Comments
 (0)