improv(about): support custom license URLs

This commit is contained in:
Tony4dev 2025-09-03 12:49:35 +00:00 committed by GitHub
parent 4d06524f2c
commit 2dd6dce053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View file

@ -71,6 +71,7 @@ impl cosmic::Application for App {
.version("0.1.0")
.author("System 76")
.license("GPL-3.0-only")
//.license_url("https://www.some-custom-license-url.com")
.developers([("Michael Murphy", "mmstick@system76.com")])
.links([
("Website", "https://system76.com/cosmic"),