From 81ff1b231677a2392f43eb7828f9724e03a3bc9f Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 30 Aug 2019 21:33:12 -0400 Subject: [PATCH] Cannot have multiple slashes for composer name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4aad45..daed21b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "agaric/sites/geo", + "name": "agaric-sites/geo", "description": "Drutopia-based site for the Grassroots Economic Organizing collective.", "type": "project", "license": "GPL-2.0+",