Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] Workaround for goreleaser/nfpm#742 #2732

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading