Skip to content

Commit

Permalink
Update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Mar 30, 2020
1 parent 84816c3 commit 273e4bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/sops/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ func main() {
app.ArgsUsage = "sops [options] file"
app.Version = version.Version
app.Authors = []cli.Author{
{Name: "Julien Vehent", Email: "jvehent@mozilla.com"},
{Name: "AJ Bahnken", Email: "ajvb@mozilla.com"},
{Name: "Adrian Utrilla", Email: "adrianutrilla@gmail.com"},
{Name: "Julien Vehent", Email: "jvehent@mozilla.com"},
}
app.UsageText = `sops is an editor of encrypted files that supports AWS KMS and PGP
Expand Down

0 comments on commit 273e4bf

Please sign in to comment.