Fix license in elm-package.json

This commit is contained in:
Correl Roush 2018-01-22 13:17:19 -05:00
parent 5c4e7802d7
commit b2ede7d56a

View file

@ -2,7 +2,7 @@
"version": "1.0.0",
"summary": "A library for fetching data from paginated JSON REST APIs.",
"repository": "https://github.com/correl/elm-paginated.git",
"license": "BSD3",
"license": "MIT",
"source-directories": [
"src"
],