about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-04-26 12:48:10 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-04-26 18:38:47 +0200
commit99de33bb1d8724c5a60369c4605b4f517bb78fc9 (patch)
tree3de235b06efd008f7e2010568d8f3ac60fec2cd6 /pkgs/applications/networking/remote
parent1f1cc0065c8a5b7f12c45c8c2310a0b9f6ac4a9e (diff)
remmina: fix license
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index 098e3ac0016f9..5d0195b62f880 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -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 ];