Skip to content

Commit

Permalink
chore: fix AUR configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Nov 22, 2024
1 parent b349021 commit 87b7e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ snapcrafts:
- network-bind

aurs:
- description: "Let's Encrypt client and ACME library written in Go"
- description: "Let s Encrypt client and ACME library written in Go"
skip_upload: false
homepage: https://go-acme.github.io/lego/
name: 'lego-bin'
Expand All @@ -186,7 +186,7 @@ aurs:
email: [email protected]
package: |-
# Bin
install -Dm755 "./prm" "${pkgdir}/usr/bin/lego"
install -Dm755 "./lego" "${pkgdir}/usr/bin/lego"
# License
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/lego/LICENSE"

0 comments on commit 87b7e71

Please sign in to comment.