aboutsummaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMichael Traeger <git@m.traeger-mail.de>2016-12-01 00:23:52 +0100
committerMichael Traeger <git@m.traeger-mail.de>2016-12-01 00:23:52 +0100
commit406d028b25f5ef0c1c0b3e960f49cb4c7b64ccad (patch)
tree2597828782ac0d960edb6b8a51981f695a7126f5 /appinfo
parent24cae5a3bbf576869b05825740a4fd5d680eb69e (diff)
rename
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php8
-rw-r--r--appinfo/info.xml10
2 files changed, 9 insertions, 9 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index ae908ad..7424cc0 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,8 +1,8 @@
<?php
/**
-* @package old_menu_fixed an ownCloud app
+* @package classic_sidemenu an ownCloud app
* @category base
-* @author SpF <spf@sanspseudofix.fr>, Michael Traeger
+* @author Michael Traeger
*
* @license GNU Affero General Public license (AGPL)
*
@@ -25,9 +25,9 @@
/**
* @file appinfo/app.php
- * @author SpF, Michael Traeger
+ * @author Michael Traeger
*/
-OCP\Util::addStyle ( 'old_menu', 'old_menu' );
+OCP\Util::addStyle ( 'classic_sidemenu', 'classic_sidemenu' );
?>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fd2fb75..2b9b87e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<info>
- <id>old_menu</id>
- <name>Old Menu FixedWith</name>
- <description>Old Menu of Owncloud / Nextcloud. Forked version with fixed width.</description>
- <version>2.0.0</version>
+ <id>classic_sidemenu</id>
+ <name>Classic SideMenu</name>
+ <description>Classid SideMenu - The old menu of Owncloud / Nextcloud. Forked from SpF.</description>
+ <version>2.1.0</version>
<licence>AGPL</licence>
- <author>Michael Traeger, forked from SpF</author>
+ <author>Michael Traeger</author>
<bugs>https://github.com/mtraeger/own-nextcloud_old_menu/issues</bugs>
<repository type="git">https://github.com/mtraeger/own-nextcloud_old_menu.git</repository>