Skip to content

Commit

Permalink
build: correct goreleaser maintainer, license.
Browse files Browse the repository at this point in the history
Also, package for Arch linux.
  • Loading branch information
SKalt committed Jun 2, 2024
1 parent 8da1149 commit 085fb8a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,22 @@ changelog:
exclude:
- '^docs:'
- '^test:'
# https://github.com/goreleaser/nfpm; https://goreleaser.com/customization/nfpm/
nfpms:
- maintainer: Steven Kalt

nfpms: # see https://goreleaser.com/customization/nfpm/
# see also https://github.com/goreleaser/nfpm
- maintainer: "Steven Kalt <[email protected]>"
homepage: &homepage "https://github.com/skalt/git-cc"
description: &description "A git extension to help write conventional commits."
license: &license "Indie Code Catalog Standard Deal >= 4.1"
license: &license "Polyform-Free-Trial-1.0.0 OR Polyform-Noncommercial-1.0.0 OR COMMERCIAL"

# symlinks:
# /usr/local/bin/git-conventional-commit: /usr/local/bin/git-cc
dependencies: &dependencies
- git
formats:
# - apk
- deb
- rpm
- archlinux
# it'd be neat to have nix, npm, gem, and pypi packages as well!
provides:
- git-cc
Expand Down

0 comments on commit 085fb8a

Please sign in to comment.