mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 12:41:29 +00:00
Corrected the license
This commit is contained in:
@@ -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
|
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)
|
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)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
"author": "stolksdorf",
|
"author": "stolksdorf",
|
||||||
"license": "BSD-2-Clause",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"app-module-path": "^1.0.4",
|
"app-module-path": "^1.0.4",
|
||||||
"basic-auth": "^1.0.3",
|
"basic-auth": "^1.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user