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; {
|
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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue