1
0
Fork 1
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:
Bjørn Forsman 2024-07-30 23:12:37 +02:00
parent b379c6447d
commit aeaf887dcb

View file

@ -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;