blob: 6ba49c56210a950b6e4318c5ac7bd248e4b56c98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.94.1 -->
<interface>
<requires lib="libadwaita" version="1.5"/>
<object class="AdwAboutDialog" id="about">
<property name="application-name">Turns</property>
<property name="developers">Felix Morgner <felix.morgner@gmail.com></property>
<property name="issue-url">https://source.arknet.ch/fmorgner/turns/-/issues</property>
<property name="license-type">lgpl-2-1</property>
<property name="website">https://turns.arknet.ch</property>
</object>
</interface>
|