mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update composer.json, add proper license
This commit is contained in:
parent
b75745f4d6
commit
3a281575e2
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue