diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 21:13:36 +0200 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 21:13:36 +0200 |
commit | 7949c50bd0a29cccc6dbcf8eba3e21b04441876c (patch) | |
tree | b5903c97675b51b66693a92f09fb813810f51cc0 /appinfo | |
parent | efb2c64e742c807d373ff428c39539ba28829f30 (diff) |
meta info, collor note
Diffstat (limited to 'appinfo')
-rw-r--r-- | appinfo/app.php | 6 | ||||
-rw-r--r-- | appinfo/info.xml | 19 |
2 files changed, 13 insertions, 12 deletions
diff --git a/appinfo/app.php b/appinfo/app.php index 51a9dff..ae908ad 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,8 +1,8 @@ <?php /** -* @package old_menu an ownCloud app +* @package old_menu_fixed an ownCloud app * @category base -* @author SpF <spf@sanspseudofix.fr> +* @author SpF <spf@sanspseudofix.fr>, Michael Traeger * * @license GNU Affero General Public license (AGPL) * @@ -25,7 +25,7 @@ /** * @file appinfo/app.php - * @author SpF + * @author SpF, Michael Traeger */ OCP\Util::addStyle ( 'old_menu', 'old_menu' ); diff --git a/appinfo/info.xml b/appinfo/info.xml index 4115d9d..c28dda1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,13 +1,14 @@ <?xml version="1.0"?> <info> - <id>old_menu</id> - <name>Old Menu</name> - <description>Back to the old menu FORK. Now with 100px fix width. Old version with Big Icons.</description> - <version>2.1.0</version> + <id>old_menu_fixed</id> + <name>Old Menu FixedWith</name> + <description>Old Menu of Owncloud / Nextcloud. Forked version with fixed width.</description> + <version>2.0.0</version> <licence>AGPL</licence> - <author>SpF and Michael Traeger</author> - <require>7</require> - - -</info>
\ No newline at end of file + <author>Michael Traeger, forked from SpF</author> + <require>8</require> + <bugs>https://github.com/mtraeger/old_menu_fixed/issues</bugs> + <repository type="git">https://github.com/mtraeger/old_menu_fixed.git</repository> + <ocsid></ocsid> +</info> |