1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 03:45:56 +00:00

Corrected the license

This commit is contained in:
Lasse Borly
2016-09-18 03:55:51 +02:00
parent 9e54fe26d9
commit 0690216222
2 changed files with 4 additions and 4 deletions

View File

@@ -27,10 +27,10 @@ You can use [Docker](https://docs.docker.com) to get up and running with Natural
1. You may have to use `docker-machine env` to get the IP address of your docker instance
### changelog
### Changelog
You can check out the changelog [here](https://github.com/stolksdorf/homebrewery/blob/master/changelog.md)
### license
### License
This project licensed under [MIT](./license)
This project is licensed under [MIT](./license)

View File

@@ -9,7 +9,7 @@
"start": "node server.js"
},
"author": "stolksdorf",
"license": "BSD-2-Clause",
"license": "MIT",
"dependencies": {
"app-module-path": "^1.0.4",
"basic-auth": "^1.0.3",