Skip to content

Commit acc3628

Browse files
committed
ci: fix github registry url
1 parent 9b68f15 commit acc3628

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# icns-gen
22

33
[![npm version](https://img.shields.io/npm/v/icns-gen.svg)](https://www.npmjs.com/package/icns-gen)
4-
[![Build Status](https://github.com/yunnysunny/icns-gen/actions/workflows/ci.yml/badge.svg)](https://github.com/yunnysunny/icns-gen/actions/workflows/ci.yml)
4+
[![Build Status](https://github.com/whyun-pages/icns-gen/actions/workflows/ci.yml/badge.svg)](https://github.com/whyun-pages/icns-gen/actions/workflows/ci.yml)
55
[![Coverage Status](https://coveralls.io/repos/github/yunnysunny/icns-gen/badge.svg?branch=main)](https://coveralls.io/github/yunnysunny/icns-gen?branch=main)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![npm downloads](https://img.shields.io/npm/dm/icns-gen.svg)](https://www.npmjs.com/package/icns-gen)

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
],
3434
"author": "yunnysunny",
3535
"license": "MIT",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/whyun-pages/icns-gen.git"
39+
},
3640
"description": "",
3741
"devDependencies": {
3842
"@eslint/js": "^9.33.0",

0 commit comments

Comments
 (0)