Skip to content

Commit

Permalink
fix: info.xml was not following the XSD
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 13, 2024
1 parent ecd9ae5 commit 48e92d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Allow your users to temporary lock their files to avoid conflicts while working
<repository>https://github.com/nextcloud/files_lock.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_lock/main/screenshots/0.7.0.png</screenshot>

<dependencies>
<nextcloud min-version="30" max-version="30"/>
</dependencies>

<background-jobs>
<job>OCA\FilesLock\Cron\Unlock</job>
</background-jobs>
Expand All @@ -45,8 +49,4 @@ Allow your users to temporary lock their files to avoid conflicts while working
<plugin>OCA\FilesLock\DAV\LockPlugin</plugin>
</plugins>
</sabre>

<dependencies>
<nextcloud min-version="30" max-version="30"/>
</dependencies>
</info>

0 comments on commit 48e92d0

Please sign in to comment.