Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Replace Daudix's Linktree with GitHub link #37

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def show_about_window(self, *_args):
application_icon='com.github.ArtyIF.AdwCustomizer',
developer_name=_("Adwaita Manager Team"),
developers=['Artyom "ArtyIF" Fomin https://github.com/ArtyIF', 'Verantor https://github.com/Verantor'],
artists=['David "Daudix UFO" Lapshin https://linktr.ee/daudix_ufo'],
artists=['David "Daudix UFO" Lapshin https://github.com/daudix-UFO'],
translator_credits=_("translator-credits"),
copyright='© 2022 Adwaita Manager Team',
license_type=Gtk.License.MIT_X11)
Expand Down