Skip to content

Commit f153a26

Browse files
authored
Update links to repo
1 parent d801c52 commit f153a26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **⚠️ UNMAINTAINED**: This repository is no longer actively maintained. The original author no longer owns a myLink device and is not able to support this plugin. Please open an issue if you are interested in becoming a maintainer.
44
5-
[![Actions Status](https://github.com/dgreif/homebridge-petsafe-smart-feed/workflows/Node%20CI/badge.svg)](https://github.com/dgreif/homebridge-petsafe-smart-feed/actions)
5+
[![Actions Status](https://github.com/homebridge-plugins/homebridge-petsafe-smart-feed/workflows/Node%20CI/badge.svg)](https://github.com/homebridge-plugins/homebridge-petsafe-smart-feed/actions)
66
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
77

88
This homebridge plugin allows you to add the PetSafe Smart Feed to HomeKit.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git://github.com/dgreif/homebridge-petsafe-smart-feed.git"
30+
"url": "git://github.com/homebridge-plugins/homebridge-petsafe-smart-feed.git"
3131
},
3232
"keywords": ["homebridge-plugin", "petsafe", "smart feed", "feeder", "pet"],
3333
"license": "MIT",
@@ -59,9 +59,9 @@
5959
"homebridge": ">=1.0.0"
6060
},
6161
"bugs": {
62-
"url": "https://github.com/dgreif/homebridge-petsafe-smart-feed/issues"
62+
"url": "https://github.com/homebridge-plugins/homebridge-petsafe-smart-feed/issues"
6363
},
64-
"homepage": "https://github.com/dgreif/homebridge-petsafe-smart-feed#readme",
64+
"homepage": "https://github.com/homebridge-plugins/homebridge-petsafe-smart-feed#readme",
6565
"files": ["lib", "petsafe-auth-cli.js", "CHANGELOG.md", "config.schema.json"],
6666
"workspaces": ["homebridge-ui"]
6767
}

0 commit comments

Comments
 (0)