summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-01-06 01:30:44 +0100
committertv <tv@nomic.retiolum>2014-01-06 01:30:44 +0100
commit1915e77f5d97f9a2816c447e3051d63d18a8b71d (patch)
tree23cda351de2e7651177f2a7a51a12ae6447b64fc /go
parent756156abd205902fc4c5d17ed358e529db3753d7 (diff)
go: add license to package.json
Diffstat (limited to 'go')
-rw-r--r--go/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/package.json b/go/package.json
index 4656b992..787f2810 100644
--- a/go/package.json
+++ b/go/package.json
@@ -5,5 +5,6 @@
"dependencies": {
"formidable": "*",
"redis": "*"
- }
+ },
+ "license": "WTFPL"
}