Skip to content

Commit

Permalink
update naming to correct the developers
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed Jan 10, 2025
1 parent fb7241c commit 56d0215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<project_group>COSMIC</project_group>
<developer_name>Aaron Honeycutt</developer_name>
<developer_name>Stellershot Developers</developer_name>
<update_contact>[email protected]</update_contact>
<url type="homepage">https://github.com/cosmic-utils/stellarshot</url>
<url type="bugtracker">https://github.com/cosmic-utils/stellarshot/issues</url>
Expand Down
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl Application for App {
.name(fl!("stellarshot"))
.icon(Self::APP_ID)
.version("0.1.0")
.author("Aaron Honeycut")
.author("Stellarshot Developers")
.license("GPL-3.0")
.links([
(
Expand All @@ -215,7 +215,7 @@ impl Application for App {
),
])
.developers([
("Aaron Honeycutt", "aaronhoneycutt@protonmail.com"),
("Aaron Honeycutt", "aaronhoneycutt@proton.me"),
("Eduardo Flores", "[email protected]"),
]);
let mut app = App {
Expand Down

0 comments on commit 56d0215

Please sign in to comment.