forked from mirrors/nixpkgs
Merge pull request #3988 from nathanielbaxter/dev/typo
unrar: Fixed license typo
This commit is contained in:
commit
82c210662a
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue