remmina: fix license

This commit is contained in:
Eduardo Sánchez Muñoz 2021-04-26 12:48:10 +02:00 committed by Bjørn Forsman
parent 1f1cc0065c
commit 99de33bb1d

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
'';
meta = {
license = licenses.gpl2;
license = licenses.gpl2Plus;
homepage = "https://gitlab.com/Remmina/Remmina";
description = "Remote desktop client written in GTK";
maintainers = with maintainers; [ melsigl ryantm ];