Added a URL to a project in version().
This commit is contained in:
parent
4ed0931ece
commit
eb4d1525a2
@ -72,6 +72,7 @@ func main() {
|
||||
|
||||
func version() {
|
||||
fmt.Fprintf(os.Stderr, "mccl ver. %s\nCopyright (c) 2023 Alexander \"Arav\" Andreev <me@arav.su>\n", programVersion)
|
||||
fmt.Fprintln(os.Stderr, "URL: https://git.arav.su/Arav/mccl")
|
||||
fmt.Fprintln(os.Stderr, "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user