Skip to content

Commit f2d81ad

Browse files
committed
Adjust attributions
1 parent 71de808 commit f2d81ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Every filter or group function will be called with an ``Image`` object.
265265
Pull requests are welcome.
266266

267267
```
268-
$ git clone git@github.com:2createStudio/postcss-sprites.git
268+
$ git clone git@github.com:niksy/postcss-sprites.git
269269
$ npm install
270270
$ npm run watch
271271
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"prepublishOnly": "npm run build && npm test",
2121
"pretest": "npm run build"
2222
},
23-
"repository": "2createStudio/postcss-sprites",
24-
"author": "2createStudio",
23+
"repository": "niksy/postcss-sprites",
24+
"author": "niksy",
2525
"license": "MIT",
26-
"bugs": "https://github.com/2createStudio/postcss-sprites/issues",
27-
"homepage": "https://github.com/2createStudio/postcss-sprites#readme",
26+
"bugs": "https://github.com/niksy/postcss-sprites/issues",
27+
"homepage": "https://github.com/niksy/postcss-sprites#readme",
2828
"devDependencies": {
2929
"@ava/babel": "^2.0.0",
3030
"@babel/cli": "^7.16.0",

0 commit comments

Comments
 (0)