undo-ransomware / ransomware_detection

:arrows_counterclockwise: Ransomware recovery app for Nextcloud
https://apps.nextcloud.com/apps/ransomware_detection
GNU Affero General Public License v3.0
22 stars 6 forks source link

Add website and repository to appinfo/info.xml #36

Closed Zocker1999NET closed 3 years ago

Zocker1999NET commented 3 years ago

The appinfo/info.xml did not contain a reference to the "website" (this repository) of the app other than the issue page. It would improve the user experience with the app description page and the description in NextCloud would link to the website. Also the link to the repository may be useful.

This PR adds reasonable entries for the <website> and <repository> tags to the info.xml.

Example info.xml of the nextcloud/ransomware_protection app, which I used as template:

<website>https://github.com/nextcloud/ransomware_protection</website>
<bugs>https://github.com/nextcloud/ransomware_protection/issues</bugs>
<repository>https://github.com/nextcloud/ransomware_protection.git</repository>
ilovemilk commented 3 years ago

Thanks man! Good find.