Skip to content

Commit

Permalink
Update contact information and links after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 21, 2015
1 parent 45f040f commit c8a9176
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ 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)

* metadata: Lock to `mysql` cookbook `~> 5.0`.

## 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)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,14 @@ License and Author
| | |
|:---------------------|:-----------------------------------------|
| **Author:** | [Raul Rodriguez](https://github.com/raulr) (<raul@onddo.com>)
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@onddo.com>)
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@zuazo.org>)
| **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");
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/cookbooks/owncloud_test/metadata.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit c8a9176

Please sign in to comment.