Преглед изворни кода

Update composer.json, add proper license

Daniel Supernault пре 6 година
родитељ
комит
3a281575e2
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      composer.json

+ 4 - 4
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",