diff options
| author | Matt Holt <mholt@users.noreply.github.com> | 2021-05-24 16:21:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 16:21:53 -0600 |
| commit | b4cef492cc2b4c6ee0e43b083488823cbf5e3a48 (patch) | |
| tree | 2c85ccbea8bc33261443b8ee9441042b29713b76 | |
| parent | e3c369d4526e44f23efb10aaad8a60ce519720a0 (diff) | |
Update .goreleaser.yml
Ubuntu's package updater doesn't show the name of the package, so just adding "Caddy" to the description helps a lot
| -rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 871f92f..2207431 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -79,7 +79,7 @@ nfpms: homepage: https://caddyserver.com maintainer: Matthew Holt <mholt@users.noreply.github.com> description: | - Powerful, enterprise-ready, open source web server with automatic HTTPS written in Go + Caddy - Powerful, enterprise-ready, open source web server with automatic HTTPS written in Go license: Apache 2.0 formats: |
