Update package.json
This commit is contained in:
parent
3e75474fdd
commit
5a5f04ec3f
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name": "groupfolder_filesystem_snapshots",
|
||||
"description": "App proving a PHP API for other apps, that allows restoring a nextcloud groupfolder to a previous snapshot in the filesystem.",
|
||||
"version": "1.0.0",
|
||||
"version": "1.2.0",
|
||||
"author": "Jonathan Treffler <mail@jonathan-treffler.de>",
|
||||
"contributors": [],
|
||||
"bugs": {
|
||||
"url": "https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots/issues"
|
||||
"url": "https://git.verdigado.com/verdigado-public/nextcloud_groupfolder_filesystem_snapshots/issues"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots",
|
||||
"url": "https://git.verdigado.com/verdigado-public/nextcloud_groupfolder_filesystem_snapshots",
|
||||
"type": "git"
|
||||
},
|
||||
"homepage": "https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots",
|
||||
"homepage": "https://git.verdigado.com/verdigado-public/nextcloud_groupfolder_filesystem_snapshots",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue