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
gstqt5
Ed Cragg 2020-10-11 11:11:50 +01:00
parent 4a3fe8d306
commit 89e5a7f31f
1 changed files with 1 additions and 1 deletions

View File

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