From 3d24675345b3b34ee95edaf83fbcfb2cfbc0d717 Mon Sep 17 00:00:00 2001
From: Pascal Wittmann <mail@pascal-wittmann.de>
Date: Sat, 18 Oct 2014 07:03:52 +0200
Subject: [PATCH] freerdpUnstable: fix license

---
 pkgs/applications/networking/remote/freerdp/unstable.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/applications/networking/remote/freerdp/unstable.nix b/pkgs/applications/networking/remote/freerdp/unstable.nix
index 0d36f623739..00e5a4f93ee 100644
--- a/pkgs/applications/networking/remote/freerdp/unstable.nix
+++ b/pkgs/applications/networking/remote/freerdp/unstable.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
       following the Microsoft Open Specifications.
     '';
     homepage = http://www.freerdp.com/;
-    license = licenses.apache2;
+    license = licenses.asl20;
     maintainers = with maintainers; [ wkennington ];
     platforms = platforms.unix;
   };