unrar: Fixed license typo
This commit is contained in:
parent
8f30cabb83
commit
4a1a77a432
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utility for RAR archives";
|
description = "Utility for RAR archives";
|
||||||
homepage = http://www.rarlab.com/;
|
homepage = http://www.rarlab.com/;
|
||||||
license = licenses.unfree-redistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = [ maintainers.emery ];
|
maintainers = [ maintainers.emery ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue