Updated keyring link (#2667)

* Updated keyring link

New link: https://pypi.python.org/pypi/keyring/10.3.2

* Point to the upstream source of the information
This commit is contained in:
R Huish 2017-05-20 08:56:09 +01:00 committed by Fabian Affolter
parent cfe778cb1c
commit 28c9ab8b27

View File

@ -59,7 +59,7 @@ This will print all your secrets
### {% linkable_title Storing passwords in a keyring managed by your OS %}
Using [Keyring](http://pythonhosted.org/keyring/) is an alternative way to `secrets.yaml`. They can be managed from the command line via the keyring script.
Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. They can be managed from the command line via the keyring script.
```bash
$ hass --script keyring --help