aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Clarke <bunkford@gmail.com>2019-08-21 13:58:08 -0400
committerMiran <narimiran@disroot.org>2019-08-21 19:58:08 +0200
commitb6ffdb99b6333529c9d1dc88c634e13d7fc12f25 (patch)
tree094178f07ee22ad08cfa8a6dd0d7af696d4566dc
parent080679e383e30aa648d29438cdd85f8d527f3ef4 (diff)
downloadpackages-b6ffdb99b6333529c9d1dc88c634e13d7fc12f25.tar.gz
packages-b6ffdb99b6333529c9d1dc88c634e13d7fc12f25.zip
QR Code Generator (#1150)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 226fdd9..a09f27a 100644
--- a/packages.json
+++ b/packages.json
@@ -14104,5 +14104,17 @@
"description": "Secure multi-party computation",
"license": "MIT",
"web": "https://github.com/markspanbroek/nimpc"
+ },
+ {
+ "name": "qrcodegen",
+ "url": "https://github.com/bunkford/qrcodegen",
+ "method": "git",
+ "tags": [
+ "qr",
+ "barcode"
+ ],
+ "description": "QR Code Generator",
+ "license": "MIT",
+ "web": "https://github.com/bunkford/qrcodegen"
}
]