laszip: fix maintainer reference
This unblocks the channel.
This commit is contained in:
parent
60933879e1
commit
8218499f54
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
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 = http://www.laszip.org;
|
homepage = http://www.laszip.org;
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
maintainer = stdenv.maintainers.michelk;
|
maintainer = stdenv.lib.maintainers.michelk;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user