diff --git a/data/write-as-gtk.appdata.xml b/data/write-as-gtk.appdata.xml index b5e002c..0d4845d 100644 --- a/data/write-as-gtk.appdata.xml +++ b/data/write-as-gtk.appdata.xml @@ -1,27 +1,29 @@ write-as-gtk + GPL-3.0+ + GPL-3.0+ write.as Spread your ideas

A Distraction Free Writing Tool:

We eliminate notifications, streams, likes, and commentary so you can focus on your words. Enjoy a clear mind and a beautifully simple space to write your thoughts.

Publish Articles:

Write your apps in the privacy and convenience of your desktop of choice with this native app, all without signing up. Write something, press publish, and share the link to your new post — that's all there is to it!

Privacy By Default:

Focus on your ideas — not who's listening. We go farther than the rest to protect your privacy, and even make it easy to publish under multiple pen names if you want.

A Bunch Tell LLC https://write.as/ https://write.as/contact https://code.as/writeas/writeas-gtk/issues - matt@write.as + hello@write.as write-as-gtk diff --git a/meson.build b/meson.build index c4e81ea..1cfbbfa 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,13 @@ -project('write-as-gtk', ['vala', 'c'], meson_version: '>=0.40.1') +project('write-as-gtk', ['vala', 'c'], + version: '0.1', + license: 'GNU', + meson_version: '>=0.40.1') i18n = import('i18n') conf = configuration_data() conf.set_quoted('GETTEXT_PACKAGE', meson.project_name()) configure_file(output: 'config.h', configuration: conf) config_h_dir = include_directories('.') subdir('data') subdir('src')