From 3a281575e2bf0af8ec1701ed9df354ecd464eb41 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 8 Nov 2018 23:37:20 -0700 Subject: [PATCH] Update composer.json, add proper license --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ef538f63f..f7061357f 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "laravel/laravel", - "description": "The Laravel Framework.", - "keywords": ["framework", "laravel"], - "license": "MIT", + "name": "pixelfed/pixelfed", + "description": "Open and ethical photo sharing platform, powered by ActivityPub federation.", + "keywords": ["framework", "laravel", "pixelfed", "activitypub", "social", "network", "federation"], + "license": "AGPL-3.0-only", "type": "project", "require": { "php": "^7.1.3",