Skip to content

Commit ca308f0

Browse files
committed
Use the new oragnization URL.
1 parent 7d1c24a commit ca308f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/yuitest-rhino-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3520,7 +3520,7 @@ YUITest.CoverageFormat = {
35203520

35213521
/*!
35223522
* Portions of this code incorporated from CSS Lint:
3523-
* https://github.com/stubbornella/csslint
3523+
* https://github.com/CSSLint/csslint
35243524
*/
35253525

35263526
importPackage(java.io);

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"homepage": "http://csslint.net/",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/stubbornella/csslint.git"
12+
"url": "https://github.com/CSSLint/csslint.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/stubbornella/csslint/issues"
15+
"url": "https://github.com/CSSLint/csslint/issues"
1616
},
1717
"license": {
1818
"type": "MIT",
19-
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
19+
"url": "https://github.com/CSSLint/csslint/blob/master/LICENSE"
2020
},
2121
"main": "./lib/csslint-node.js",
2222
"bin": {

0 commit comments

Comments
 (0)