[Pkg-javascript-commits] [node-async] 329/480: Use https URLs for Github links in package.json
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 9b2830594cacebb83cc8b5d90f15d9f12f0b33a6
Author: Quinn Slack <sqs at cs.stanford.edu>
Date: Sun May 12 19:32:00 2013 -0600
Use https URLs for Github links in package.json
Github prefers https now
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 8a2f13a..b0d1634 100644
--- a/package.json
+++ b/package.json
@@ -6,15 +6,15 @@
"version": "0.2.8",
"repository" : {
"type" : "git",
- "url" : "http://github.com/caolan/async.git"
+ "url" : "https://github.com/caolan/async.git"
},
"bugs" : {
- "url" : "http://github.com/caolan/async/issues"
+ "url" : "https://github.com/caolan/async/issues"
},
"licenses" : [
{
"type" : "MIT",
- "url" : "http://github.com/caolan/async/raw/master/LICENSE"
+ "url" : "https://github.com/caolan/async/raw/master/LICENSE"
}
],
"devDependencies": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list