mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 03:57:38 +00:00
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
This commit is contained in:
parent
4a3fe8d306
commit
89e5a7f31f
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user