unrar: Fixed license typo
This commit is contained in:
parent
8f30cabb83
commit
4a1a77a432
|
@ -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 New Issue