From 916f394cdf38a73a4474f6d54ca35d3159f8ec6e Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 17 Jun 2024 19:24:48 +0200 Subject: [PATCH] roundcube: fix license statement to match the github repo --- nixos-mailserver/pkg-roundcube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-mailserver/pkg-roundcube.nix b/nixos-mailserver/pkg-roundcube.nix index 35ba4a2..530dc42 100644 --- a/nixos-mailserver/pkg-roundcube.nix +++ b/nixos-mailserver/pkg-roundcube.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Roundcube"; homepage = https://roundcube.net/; - license = licenses.agpl3; + license = licenses.gpl3Plus; maintainers = with maintainers; [ tokudan ]; platforms = platforms.all; };