mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat: clarify GPL version in about dialog
Before it stated "or later", though I expected it to be 3.0 only
This commit is contained in:
parent
e2823aafa5
commit
0e692df475
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ impl SimpleComponent for AboutDialog {
|
|||
set_website: "https://github.com/an-anime-team/an-anime-game-launcher",
|
||||
set_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher/issues",
|
||||
|
||||
set_license_type: gtk::License::Gpl30,
|
||||
set_license_type: gtk::License::Gpl30Only,
|
||||
set_version: &APP_VERSION,
|
||||
|
||||
set_developers: &[
|
||||
|
|
Loading…
Reference in a new issue