fix license in package.json

This commit is contained in:
Michael Schramm 2020-06-03 14:17:16 +02:00
parent a176a50ff2
commit 2f8a6f5cbf
2 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,8 @@ Please checkout our [contributing guide](CONTRIBUTING.md) on ways to contribute
Follow documentation hosted on [OhMyForm.com](http://ohmyform.com/docs/install/) it will be the main and hopefully only location to obtain the up to date documentation.
if you pull the repository do not forget to execute: `git submodule update --init`
## Where to get help
[![Discord](https://img.shields.io/discord/595773457862492190.svg?label=Discord%20Chat)](https://discord.gg/Y2TTePM)

View File

@ -2,7 +2,7 @@
"name": "ohmyform",
"description": "Opensource alternative to TypeForm",
"homepage": "https://github.com/ohmyform/ohmyform",
"license": "AGPL",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/ohmyform/ohmyform.git"