[Pkg-owncloud-commits] [php-sabre-vobject] 04/12: Some cleanups.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 10 15:49:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabre-vobject.
commit f7f5672bf95b91394583d50d14acad80ffacf5e8
Author: Evert Pot <me at evertpot.com>
Date: Tue Jun 3 12:30:42 2014 -0400
Some cleanups.
---
.gitignore | 3 +++
composer.json | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index a46b19e..bb3f96e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@
vendor/
composer.lock
tests/cov/
+
+# OS X
+.DS_Store
diff --git a/composer.json b/composer.json
index 58532e4..0f5967e 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "sabre/vobject",
"description" : "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
"keywords" : [ "VObject", "iCalendar", "vCard" ],
- "homepage" : "https://github.com/fruux/sabre-vobject",
+ "homepage" : "http://sabre.io/vobject/",
"license" : "BSD-3-Clause",
"require" : {
"php" : ">=5.3.1",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list