gui: drop the Credits page from the About dialog
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
35ab7ad621
commit
ee68ec4bcc
|
@ -4,8 +4,6 @@ project('tuhi',
|
|||
meson_version: '>= 0.48.0')
|
||||
# The tag date of the project_version(), update when the version bumps.
|
||||
version_date='2019-07-10'
|
||||
# Note: Update the Contributor list in data/ui/AboutDialog.ui.in when the
|
||||
# version bumps
|
||||
|
||||
# Dependencies
|
||||
dependency('python3', required: true)
|
||||
|
|
|
@ -11,14 +11,6 @@
|
|||
<property name="copyright">Copyright © 2019 Tuhi Developers</property>
|
||||
<property name="website">@url@</property>
|
||||
<property name="website_label" translatable="yes">Visit Tuhi’s website</property>
|
||||
<property name="authors">Maintainers:
|
||||
Peter Hutterer <peter.hutterer@who-t.net>
|
||||
|
||||
<!-- Contributor list: git log | git shortlog \-\-summary | cut -f2 -->
|
||||
Contributors:
|
||||
</property>
|
||||
<property name="artists">Peter Hutterer <peter.hutterer@who-t.net></property>
|
||||
<property name="translator_credits" translatable="yes">translator-credits</property>
|
||||
<property name="logo_icon_name">org.freedesktop.TuhiGui</property>
|
||||
<property name="license_type">gpl-2-0</property>
|
||||
<child internal-child="vbox">
|
||||
|
|
Loading…
Reference in New Issue