Skip to content

Commit 70ec591

Browse files
tfuxuranfdev
authored andcommitted
feat: add myself to developers list and update copyright date
1 parent 995a01b commit 70ec591

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/widgets/window.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,10 +727,13 @@ impl Window {
727727
.application_icon(build_config::APP_ID)
728728
.application_name("Geopard")
729729
.developer_name("ranfdev")
730+
.developers(vec![
731+
"ranfdev https://github.com/ranfdev",
732+
"tfuxu https://github.com/tfuxu",
733+
])
730734
.license_type(gtk::License::Gpl30)
731735
.version(build_config::VERSION)
732-
.developers(vec!["ranfdev"])
733-
.copyright("Copyright © 2022-2023 ranfdev")
736+
.copyright("Copyright © 2022-2024 ranfdev")
734737
.issue_url("https://github.com/ranfdev/Geopard/issues")
735738
.website("https://github.com/ranfdev/Geopard")
736739
.transient_for(self)

0 commit comments

Comments
 (0)