Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-07-01 12:19:58 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-07-01 12:19:58 +0300
commit7e9fa763e7778b4b5459b34ee11419ec65dd16f0 (patch)
treec634ce919dcc7e92c07410a4571e3056021ad46e /composer.json
parentcced5c1fcea3a0981ac62c91f876d790aaa5e083 (diff)
fix appid and namespace in composer.json
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 2c04a1a..8de319e 100644
--- a/composer.json
+++ b/composer.json
@@ -2,11 +2,11 @@
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
- "OCA\\Notifications\\": "lib/"
+ "OCA\\NextcloudAnnouncements\\": "lib/"
}
},
- "name": "nextcloud/notifications",
- "description": "notifications",
+ "name": "nextcloud/nextcloud_announcements",
+ "description": "nextcloud_announcements",
"license": "AGPL",
"require": {
},