From bde9dcc68cc7ad9261a2630dcc1be00fd6af69c1 Mon Sep 17 00:00:00 2001 From: stefansl Date: Tue, 22 Oct 2019 12:30:26 +0200 Subject: [PATCH] Update repository --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a4a55fa..bfce9ad 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "stefansl/contao-news-podcasts", + "name": "clickpress/contao-news-podcasts", "type": "contao-bundle", "description": "Add audio files to your news and let Contao generate podcast compatible RSS", "keywords": ["contao", "extension", "podcast", "itunes", "RSS", "Podcast-Feed"], @@ -31,7 +31,8 @@ }, "replace": { "contao-legacy/news_podcasts": "self.version", - "clickpress/news_podcasts": "self.version" + "clickpress/news_podcasts": "self.version", + "stefansl/news_podcasts": "self.version" }, "extra": { "contao-manager-plugin": "Clickpress\\NewsPodcasts\\ContaoManager\\Plugin",