laszip: add hythera as maintainer
This commit is contained in:
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://laszip.org";
|
||||
changelog = "https://github.com/LASzip/LASzip/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.lgpl2;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ hythera ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user