roundcube: fix license statement to match the github repo
This commit is contained in:
parent
44da04fda3
commit
916f394cdf
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue