We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a01b commit 70ec591Copy full SHA for 70ec591
src/widgets/window.rs
@@ -727,10 +727,13 @@ impl Window {
727
.application_icon(build_config::APP_ID)
728
.application_name("Geopard")
729
.developer_name("ranfdev")
730
+ .developers(vec![
731
+ "ranfdev https://github.com/ranfdev",
732
+ "tfuxu https://github.com/tfuxu",
733
+ ])
734
.license_type(gtk::License::Gpl30)
735
.version(build_config::VERSION)
- .developers(vec!["ranfdev"])
- .copyright("Copyright © 2022-2023 ranfdev")
736
+ .copyright("Copyright © 2022-2024 ranfdev")
737
.issue_url("https://github.com/ranfdev/Geopard/issues")
738
.website("https://github.com/ranfdev/Geopard")
739
.transient_for(self)
0 commit comments