Skip to content

Commit

Permalink
Touch up license stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Jul 13, 2020
1 parent 52b7494 commit ed9f8e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Natakanu",
"productName": "Natakanu",
"version": "0.0.3",
"private": true,
"description": "Local-first file transfer app for indigenous communities.",
"main": "./main.prod.js",
"author": {
Expand All @@ -13,7 +14,7 @@
"electron-rebuild": "node -r ../internals/scripts/BabelRegister.js ../internals/scripts/ElectronRebuild.js",
"postinstall": "yarn electron-rebuild"
},
"license": "MIT",
"license": "AGPL-3.0",
"dependencies": {
"dat-sdk": "^2.3.0",
"leveldown": "^5.5.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"url": "https://github.com/amilajack"
}
],
"license": "MIT",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues"
},
Expand Down

0 comments on commit ed9f8e0

Please sign in to comment.