From 2c6b33a0585f91a6d179570f2277af28206940d8 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Tue, 17 Jan 2023 08:56:08 -0500 Subject: [PATCH] build: there isn't an explicit config file anymore this may change again in the future, but that's how it is right now --- .goreleaser.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 07bf987..cd88160 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -33,8 +33,6 @@ nfpms: contents: - src: ./README.md dst: /usr/share/doc/tjhop/mango/README.md - - src: ./packaging/etc/mango.yml - dst: /usr/share/doc/tjhop/mango/example/mango.yml - src: ./packaging/systemd/mango.service dst: /lib/systemd/system/mango.service type: config