Skip to content

Commit

Permalink
Correct the license printed by the version command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Jan 13, 2024
1 parent b59ed13 commit 04a5a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/toxstatus/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func startVersion(cmd *cobra.Command, args []string) {
}
fmt.Println()
fmt.Printf("sqlite: %s \n", sqliteVersion)
fmt.Println("https://github.com/Tox/ToxStatus (GPLv3)")
fmt.Println("https://github.com/Tox/ToxStatus (AGPLv3)")
}

func exitWithError(s string) {
Expand Down

0 comments on commit 04a5a77

Please sign in to comment.