Merge pull request #3988 from nathanielbaxter/dev/typo

unrar: Fixed license typo
This commit is contained in:
Pascal Wittmann 2014-09-06 12:56:46 +02:00
commit 82c210662a

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;
};