From c8a917633c5a1abac13e6c0c02dc1d5cd7c4c4f9 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Mon, 21 Sep 2015 13:11:38 +0200 Subject: [PATCH] Update contact information and links after migration --- CHANGELOG.md | 10 +++++----- README.md | 5 +++-- metadata.rb | 4 ++-- test/cookbooks/owncloud_test/metadata.rb | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5be539..f0630fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ This file is used to list changes made in each version of `owncloud`. ## v0.5.0 (2015-04-08) * Lock cookbook versions on metadata. -* Add option to skip setting permissions (issues [#18](https://github.com/onddo/owncloud-cookbook/issues/18) and [#20](https://github.com/onddo/owncloud-cookbook/pull/20), thanks [LEDfan](https://github.com/LEDfan)). -* Install PHP `5.4` repo on Ubuntu `<= 12.04` ([issue #19](https://github.com/onddo/owncloud-cookbook/issues/19), thanks [Jason Boyles](https://github.com/JasonBoyles) for reporting). +* Add option to skip setting permissions (issues [#18](https://github.com/zuazo/owncloud-cookbook/issues/18) and [#20](https://github.com/zuazo/owncloud-cookbook/pull/20), thanks [LEDfan](https://github.com/LEDfan)). +* Install PHP `5.4` repo on Ubuntu `<= 12.04` ([issue #19](https://github.com/zuazo/owncloud-cookbook/issues/19), thanks [Jason Boyles](https://github.com/JasonBoyles) for reporting). * Run setup from the command line rather than HTTP request. * Add web services restart again, required by some SSL setups. -* metadata: Update `openssl` cookbook to version `4` ([issue #22](https://github.com/onddo/owncloud-cookbook/issues/22), thanks [LEDfan](https://github.com/LEDfan) for reporting). +* metadata: Update `openssl` cookbook to version `4` ([issue #22](https://github.com/zuazo/owncloud-cookbook/issues/22), thanks [LEDfan](https://github.com/LEDfan) for reporting). ## v0.4.2 (2014-12-12) @@ -17,9 +17,9 @@ This file is used to list changes made in each version of `owncloud`. ## v0.4.1 (2014-11-27) -* Fix Apache httpd `2.4` support: fixes CentOS 7 and Ubuntu 14 support ([issue #16](https://github.com/onddo/owncloud-cookbook/issues/16), thanks [@LEDfan](https://github.com/LEDfan) for reporting). +* Fix Apache httpd `2.4` support: fixes CentOS 7 and Ubuntu 14 support ([issue #16](https://github.com/zuazo/owncloud-cookbook/issues/16), thanks [@LEDfan](https://github.com/LEDfan) for reporting). * README: - * Update readme about updates ([issue #17](https://github.com/onddo/owncloud-cookbook/pull/17), thanks [@cvl-skubriev](https://github.com/cvl-skubriev)). + * Update readme about updates ([issue #17](https://github.com/zuazo/owncloud-cookbook/pull/17), thanks [@cvl-skubriev](https://github.com/cvl-skubriev)). * Add supermarket badge. ## v0.4.0 (2014-06-16) diff --git a/README.md b/README.md index 4da4051..54a4ed2 100644 --- a/README.md +++ b/README.md @@ -400,13 +400,14 @@ License and Author | | | |:---------------------|:-----------------------------------------| | **Author:** | [Raul Rodriguez](https://github.com/raulr) () -| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) () +| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) () | **Contributor:** | [Nacer Laradji](https://github.com/laradji) | **Contributor:** | [LEDfan](https://github.com/LEDfan) | **Contributor:** | [avsh](https://github.com/avsh) | **Contributor:** | [@cvl-skubriev](https://github.com/cvl-skubriev) | **Contributor:** | [Michael Sprauer](https://github.com/MichaelSp) -| **Copyright:** | Copyright (c) 2013-2015 Onddo Labs, SL. (www.onddo.com) +| **Copyright:** | Copyright (c) 2015, Xabier de Zuazo +| **Copyright:** | Copyright (c) 2013-2015 Onddo Labs, SL. | **License:** | Apache License, Version 2.0 Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/metadata.rb b/metadata.rb index 45eb4a9..78bd455 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,6 +1,6 @@ name 'owncloud' -maintainer 'Onddo Labs, Sl.' -maintainer_email 'team@onddo.com' +maintainer 'Xabier de Zuazo' +maintainer_email 'xabier@zuazo.org' license 'Apache 2.0' description <<-EOH Installs and configures ownCloud, an open source personal cloud for data and diff --git a/test/cookbooks/owncloud_test/metadata.rb b/test/cookbooks/owncloud_test/metadata.rb index ef42043..395a0a7 100644 --- a/test/cookbooks/owncloud_test/metadata.rb +++ b/test/cookbooks/owncloud_test/metadata.rb @@ -1,6 +1,6 @@ name 'owncloud_test' -maintainer 'Onddo Labs, Sl.' -maintainer_email 'team@onddo.com' +maintainer 'Xabier de Zuazo' +maintainer_email 'xabier@zuazo.org' license 'Apache 2.0' description 'This cookbook is used with test-kitchen to test the parent, '\ 'owncloud cookbook'