From 85c71af3a53c275fa20b955b425a145e2f140e4d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 29 Dec 2015 12:55:46 +1030 Subject: [PATCH] Rename package --- extensions/sticky/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/sticky/composer.json b/extensions/sticky/composer.json index 2be371636..93c13dcd6 100644 --- a/extensions/sticky/composer.json +++ b/extensions/sticky/composer.json @@ -1,5 +1,5 @@ { - "name": "flarum/sticky", + "name": "flarum/flarum-ext-sticky", "description": "Pin discussions to the top of the list.", "type": "flarum-extension", "keywords": ["discussion"], @@ -12,7 +12,7 @@ ], "support": { "issues": "https://github.com/flarum/core/issues", - "source": "https://github.com/flarum/sticky" + "source": "https://github.com/flarum/flarum-ext-sticky" }, "require": { "flarum/core": "^0.1.0-beta.3"