Skip to content

Commit

Permalink
fix: issue url (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT committed Jun 23, 2023
1 parent ff2c4bf commit 9e5cdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def on_about_action(self, widget, _):
license_type=Gtk.License.GPL_3_0,
version=version,
website="https://imaginer.codeberg.page",
issue_url="https://github.com/Imaginer/Imaginer/issues",
issue_url="https://codeberg.org/Imaginer/Imaginer/issues",
support_url="https://codeberg.org/Imaginer/Imaginer/issues",
copyright="© 2023 0xMRTT",
)
Expand Down

0 comments on commit 9e5cdc1

Please sign in to comment.