Merge pull request #35 from allaeddine-boulefaat/main

remove myself from the artists array
This commit is contained in:
ArtyIF 2022-07-30 02:09:15 +03:00 committed by GitHub
commit 32154bd42b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ class AdwcustomizerApplication(Adw.Application):
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=['Allaeddine https://github.com/allaeddine-boulefaat', 'David "Daudix UFO" Lapshin https://linktr.ee/daudix_ufo'],
artists=['David "Daudix UFO" Lapshin https://linktr.ee/daudix_ufo'],
translator_credits=_("translator-credits"),
copyright='© 2022 Adwaita Manager Team',
license_type=Gtk.License.MIT_X11)