This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
forked from gopasspw/gopass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] Workaround for goreleaser/nfpm#742 (gopasspw#2732)
Fixes gopasspw#2728 Signed-off-by: Dominik Schulz <[email protected]>
- Loading branch information
1 parent
ac50558
commit ea31132
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|