From 89e5a7f31f3b6f8be4041e5431c3fc3b6a085132 Mon Sep 17 00:00:00 2001 From: Ed Cragg Date: Sun, 11 Oct 2020 11:11:50 +0100 Subject: [PATCH] nixos/domoticz: update to use GPL3 plus license Per review comments on #86404 and [1]. [1] https://discourse.nixos.org/t/lib-licenses-gpl3-co-are-now-deprecated/8206 --- pkgs/servers/domoticz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/domoticz/default.nix b/pkgs/servers/domoticz/default.nix index f7b0548972af..8b1d11ab36b3 100644 --- a/pkgs/servers/domoticz/default.nix +++ b/pkgs/servers/domoticz/default.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation rec { ''; maintainers = with maintainers; [ edcragg ]; homepage = "https://www.domoticz.com/"; - license = licenses.gpl3; + license = licenses.gpl3Plus; platforms = platforms.all; }; }