forked from mirrors/nixpkgs
freerdpUnstable: fix license
This commit is contained in:
parent
eff15260d4
commit
3d24675345
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue