Skip to content

Commit

Permalink
Rectify packed release info.
Browse files Browse the repository at this point in the history
(Software should not be designed as broken by default!)
  • Loading branch information
kareltucek committed Jun 30, 2022
1 parent f6ff8e5 commit 83d304f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "uhk-firmware",
"private": true,
"homepage": "https://UltimateHackingKeyboard.com",
"description": "The firmware of the Ultimate Hacking Keyboard",
"homepage": "https://github.com/kareltucek/firmware",
"description": "Karel Tucek's fork of the Ultimate Hacking Keyboard firmware",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/UltimateHackingKeyboard/firmware.git"
"url": "git+ssh://[email protected]/kareltucek/firmware.git"
},
"author": "Ultimate Gadget Laboratories",
"author": "Ultimate Gadget Laboratories, further modified by Karel Tucek",
"license": "See in LICENSE",
"bugs": {
"url": "https://github.com/UltimateHackingKeyboard/firmware/issues"
"url": "https://github.com/kareltucek/firmware/issues"
},
"dependencies": {
"commander": "^2.11.0",
Expand Down

0 comments on commit 83d304f

Please sign in to comment.