[Pkg-javascript-commits] [node-md5.js] 08/22: Fix repository URL in package.json
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:56:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-md5.js.
commit 4093e9bb8da8371cb92192df52434db22ce9618b
Author: Kirill Fomichev <fanatid at ya.ru>
Date: Tue Apr 12 07:58:38 2016 +0300
Fix repository URL in package.json
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 8b1f02b..7444de6 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"main": "index.js",
"repository": {
"type": "git",
- "url": "https://github.com:crypto-browserify/md5.js.git"
+ "url": "https://github.com/crypto-browserify/md5.js.git"
},
"scripts": {
"lint": "standard",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-md5.js.git
More information about the Pkg-javascript-commits
mailing list