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; { meta = with lib; {
description = "Roundcube"; description = "Roundcube";
homepage = https://roundcube.net/; homepage = https://roundcube.net/;
license = licenses.agpl3; license = licenses.gpl3Plus;
maintainers = with maintainers; [ tokudan ]; maintainers = with maintainers; [ tokudan ];
platforms = platforms.all; platforms = platforms.all;
}; };