diff options
author | lookshe <github@lookshe.org> | 2017-04-27 15:28:06 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2017-04-27 15:28:06 +0200 |
commit | deccec38f00a943a45d3cbc3216ba4db7415e45d (patch) | |
tree | a2948c5b9002bb321640ae6e3b69e773737e9811 /appinfo/info.xml | |
parent | 589eacefb8bfac0cd0f8e573785f4c36f62ac88e (diff) |
typo while inserting nextcloud
Diffstat (limited to '')
-rw-r--r-- | appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml index 5f8373b..67a94c4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,6 +12,6 @@ <dependencies> <owncloud min-version="8.0.0" max-version="100"/> - <owncloud min-version="9" max-version="100"/> + <nextcloud min-version="9" max-version="100"/> </dependencies> </info> |