From ea311325b9b41229749540ba8b46106979f65a78 Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Wed, 29 Nov 2023 18:48:21 +0100 Subject: [PATCH] [bugfix] Workaround for goreleaser/nfpm#742 (#2732) Fixes #2728 Signed-off-by: Dominik Schulz --- .goreleaser.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 307449b8ff..fd813f4c61 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -67,17 +67,17 @@ nfpms: maintainer: "Gopass Authors " 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