summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
commit38e657a5d5791919937ca8e0deb2460aaa103883 (patch)
tree9ed2ac42065fe483606d3236cf0c4ad1c1077935 /composer.json
parentcb8f28b4d0b005d3e915b6d027683084739df3bb (diff)
removing owncloud references and updating links
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index c8954a867..155867c07 100644
--- a/composer.json
+++ b/composer.json
@@ -1,8 +1,8 @@
{
"type": "project",
"license": "AGPL-3.0",
- "description": "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
- "homepage": "https://github.com/owncloud/news",
+ "description": "An RSS/Atom feed reader. Requires Nextcloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
+ "homepage": "https://github.com/nextcloud/news",
"authors": [
{
"name": "Bernhard Posselt",
@@ -24,10 +24,9 @@
}
],
"support": {
- "irc": "irc://irc.freenode.org/owncloud-news",
- "issues": "https://github.com/owncloud/news/issues",
- "wiki": "https://github.com/owncloud/news/wiki",
- "source": "https://github.com/owncloud/news/"
+ "irc": "irc://irc.freenode.org/nextcloud-news",
+ "issues": "https://github.com/nextcloud/news/issues",
+ "source": "https://github.com/nextcloud/news/"
},
"require": {
"ezyang/htmlpurifier": "4.7",