Skip to content

Commit a121c7e

Browse files
committed
Remove network access
1 parent e8f760e commit a121c7e

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

data/in.aryank.openforms.metainfo.xml.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
<metadata_license>CC0-1.0</metadata_license>
55
<project_license>GPL-3.0-or-later</project_license>
66

7-
<name>Open_forms</name>
8-
<summary>Keep the summary shorter, between 10 and 35 characters</summary>
7+
<name>Open Forms</name>
8+
<summary>Open Source Local First Form App</summary>
99
<description>
1010
<p>No description</p>
1111
</description>
1212

1313
<developer id="tld.vendor">
14-
<name>Developer name</name>
14+
<name>Aryan Kaushik</name>
1515
</developer>
1616

1717
<!-- Required: Should be a link to the upstream homepage for the component -->
18-
<url type="homepage">https://example.org/</url>
18+
<url type="homepage">https://github.com/Aryan20/open_forms</url>
1919
<!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
20-
<url type="vcs-browser">https://example.org/repository</url>
20+
<url type="vcs-browser">https://github.com/Aryan20/open_forms</url>
2121
<!-- Should point to the software's bug tracking system, for users to report new bugs -->
22-
<url type="bugtracker">https://example.org/issues</url>
22+
<url type="bugtracker">https://github.com/Aryan20/open_forms/issues</url>
2323
<!-- Should link a FAQ page for this software, to answer some of the most-asked questions in detail -->
2424
<!-- URLs of this type should point to a webpage where users can submit or modify translations of the upstream project -->
2525
<url type="translate">https://example.org/translate</url>
@@ -29,7 +29,7 @@
2929
<!-- URLs of this type should point to a webpage showing information on how to donate to the described software project -->
3030
<url type="donation">https://example.org/donate</url>
3131
<!-- This could for example be an HTTPS URL to an online form or a page describing how to contact the developer -->
32-
<url type="contact">https://example.org/contact</url>
32+
<url type="contact">https://aryank.in/contact/</url>
3333
<!-- URLs of this type should point to a webpage showing information on how to contribute to the described software project -->
3434
<url type="contribute">https://example.org/contribute</url>
3535

in.aryank.openforms.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"sdk" : "org.gnome.Sdk",
66
"command" : "open_forms",
77
"finish-args" : [
8-
"--share=network",
98
"--share=ipc",
109
"--socket=fallback-x11",
1110
"--device=dri",

0 commit comments

Comments
 (0)