laszip: update homepage
This commit is contained in:
parent
958bdc313c
commit
ce4cf418b9
@ -8,12 +8,12 @@ stdenv.mkDerivation rec {
|
|||||||
url = "https://github.com/LASzip/LASzip/archive/v${version}.tar.gz";
|
url = "https://github.com/LASzip/LASzip/archive/v${version}.tar.gz";
|
||||||
sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2";
|
sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [cmake];
|
buildInputs = [cmake];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
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://www.laszip.org;
|
homepage = https://laszip.org;
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.michelk ];
|
maintainers = [ stdenv.lib.maintainers.michelk ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user