Skip to content

Commit

Permalink
Fix old references
Browse files Browse the repository at this point in the history
Replace 'org.daa.NeovimGtk' with 'com.github.Lyude.neovim-gtk'
  • Loading branch information
marcelometal authored and Lyude committed Oct 23, 2024
1 parent 893f98d commit d812870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ fn on_help_about(window: &gtk::ApplicationWindow) {
about.set_version(Some(
crate::GIT_BUILD_VERSION.unwrap_or(env!("CARGO_PKG_VERSION")),
));
about.set_logo_icon_name(Some("org.daa.NeovimGtk"));
about.set_logo_icon_name(Some("com.github.Lyude.neovim-gtk"));
about.set_authors(
env!("CARGO_PKG_AUTHORS")
.split(':')
Expand Down

0 comments on commit d812870

Please sign in to comment.