LASzip2: Refactor: meta style
Co-authored-by: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
parent
8f753cb7fb
commit
a9850760d2
@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
|
description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
|
||||||
homepage = https://laszip.org;
|
homepage = "https://laszip.org";
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.michelk ];
|
maintainers = [ maintainers.michelk ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user