Skip to content

Commit

Permalink
Merge pull request #645 from mozilla/jvehent-patch-2
Browse files Browse the repository at this point in the history
Update authors
  • Loading branch information
ajvb committed Apr 9, 2020
2 parents 84816c3 + 273e4bf commit 007c9b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/sops/main.go
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 007c9b0

Please sign in to comment.