Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
[bugfix] Workaround for goreleaser/nfpm#742 (gopasspw#2732)
Browse files Browse the repository at this point in the history
Fixes gopasspw#2728

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Nov 29, 2023
1 parent ac50558 commit ea31132
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ nfpms:
maintainer: "Gopass Authors <[email protected]>"
description: |-
gopass password manager - full featured CLI replacement for pass, designed for teams.
# TODO: Disabled until goreleaser is fixed, see goreleaser/nfpm#742
# gopass is a simple but powerful password manager for your terminal. It is a
# Pass implementation in Go that can be used as a drop in replacement.
#
# Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
# can be organized into meaninful hierachies and are by default versioned using
# git.
#
# This package contains the main gopass binary from gopass.pw. In Debian and
# Ubuntu there is an unfortunate name clash with another gopass package. That is
# completely different and not related to this package.
.
gopass is a simple but powerful password manager for your terminal. It is a
Pass implementation in Go that can be used as a drop in replacement.
.
Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
can be organized into meaninful hierachies and are by default versioned using
git.
.
This package contains the main gopass binary from gopass.pw. In Debian and
Ubuntu there is an unfortunate name clash with another gopass package. That is
completely different and not related to this package.
license: MIT
formats:
- deb
Expand Down

0 comments on commit ea31132

Please sign in to comment.