roundcube: fix license statement to match the github repo

This commit is contained in:
Daniel Frank 2024-06-17 19:24:48 +02:00
parent 44da04fda3
commit 916f394cdf
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

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