unrar: fix #12084: wrong license

This commit is contained in:
Vladimír Čunát 2016-01-02 12:30:28 +01:00
parent 212b83433d
commit 8781743edb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Utility for RAR archives";
homepage = http://www.rarlab.com/;
license = licenses.gpl2;
license = licenses.unfreeRedistributable;
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};