blob: f2a8ac1fd5d45af6deb0ca232d5af00e49f0aa00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<upstream>
<maintainer>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</maintainer>
<changelog>https://github.com/mautrix/telegram/releases</changelog>
<doc>https://docs.mau.fi/bridges/go/telegram/index.html</doc>
<bugs-to>https://github.com/mautrix/telegram/issues</bugs-to>
</upstream>
<use>
<flag name="qrcode">Enables logging in via QR code support</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|