From 688c6236b0f20d768741e49daa7d58a4c4ce01d6 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Tue, 28 Jul 2015 12:06:20 -0400 Subject: [PATCH] gh-9: update package information --- README.md | 8 ++++---- generate.sh | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8127df6..da78e7c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ To contribute bug patches or new features, you can use the github Pull Request m More info: * [How to Contribute](http://opennebula.org/addons/contribute/) -* Support: [OpenNebula user mailing list](http://opennebula.org/community:mailinglists) -* Development: [OpenNebula developers mailing list](http://opennebula.org/community:mailinglists) +* Support: [OpenNebula user forum](https://forum.opennebula.org/c/support) +* Development: [OpenNebula developers forum](https://forum.opennebula.org/c/development) * Issues Tracking: Github issues (https://github.com/OpenNebula/addon-context-linux/issues) ## Authors @@ -73,10 +73,10 @@ Then these files are included in the package. The default parameters to create a package are as follows: VERSION=1.0.1 - MAINTAINER=C12G Labs + MAINTAINER=OpenNebula Systems LICENSE=Apache PACKAGE_NAME=one-context - VENDOR=C12G Labs + VENDOR=OpenNebula Systems DESCRIPTION=" This package prepares a VM image for OpenNebula: * Disables udev net and cd persistent rules diff --git a/generate.sh b/generate.sh index d6c6ec7..301c3cb 100755 --- a/generate.sh +++ b/generate.sh @@ -17,10 +17,10 @@ #--------------------------------------------------------------------------- # VERSION=${VERSION:-4.14.0} -MAINTAINER=${MAINTAINER:-C12G Labs } +MAINTAINER=${MAINTAINER:-OpenNebula Systems } LICENSE=${LICENSE:-Apache 2.0} PACKAGE_NAME=${PACKAGE_NAME:-one-context} -VENDOR=${VENDOR:-C12G Labs} +VENDOR=${VENDOR:-OpenNebula Systems} DESC=" This package prepares a VM image for OpenNebula: * Disables udev net and cd persistent rules