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

kramo.hu → kramo.page #59

Merged
merged 1 commit into from
Jan 28, 2024
Merged
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/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Application extends Adw.Application {
"Angelo Verlain https://vixalien.com",
"David Keller https://gitlab.com/BlobCodes",
]);
aboutWindow.set_artists(["kramo https://kramo.hu"]);
aboutWindow.set_artists(["kramo https://kramo.page"]);
aboutWindow.set_designers(["Allan Day"]);
aboutWindow.set_transient_for(this.get_active_window());
/* Translators: Replace "translator-credits" with your names, one name per line */
Expand Down