mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
nixos/deconz: update URL to hardware products
There are multiple products/versions, so replace the "version 2" URL with a landing page for all products.
This commit is contained in:
parent
b379c6447d
commit
aeaf887dcb
|
@ -14,7 +14,7 @@ in
|
|||
{
|
||||
options.services.deconz = {
|
||||
|
||||
enable = lib.mkEnableOption "deCONZ, a Zigbee gateway for use with ConBee hardware (https://phoscon.de/en/conbee2)";
|
||||
enable = lib.mkEnableOption "deCONZ, a Zigbee gateway for use with ConBee hardware (https://phoscon.de/)";
|
||||
|
||||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
|
|
Loading…
Reference in a new issue