unrar: Fixed license typo

This commit is contained in:
Nathaniel Baxter 2014-09-06 20:53:45 +10:00
parent 8f30cabb83
commit 4a1a77a432
1 changed files with 1 additions and 1 deletions

View File

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