LASzip: michelk as maintainer; adjust description; remove blank-lines; using sha256

authored by Michel Kuhlmann and committed by Mateusz Kowalczyk 6d566669 f427a3d8

+2
+1
lib/maintainers.nix
··· 82 marcweber = "Marc Weber <marco-oweber@gmx.de>"; 83 matejc = "Matej Cotman <cotman.matej@gmail.com>"; 84 meisternu = "Matt Miemiec <meister@krutt.org>"; 85 modulistic = "Pablo Costa <modulistic@gmail.com>"; 86 mornfall = "Petr Ročkai <me@mornfall.net>"; 87 MP2E = "Cray Elliott <MP2E@archlinux.us>";
··· 82 marcweber = "Marc Weber <marco-oweber@gmx.de>"; 83 matejc = "Matej Cotman <cotman.matej@gmail.com>"; 84 meisternu = "Matt Miemiec <meister@krutt.org>"; 85 + michelk = "Michel Kuhlmann <michel@kuhlmanns.info>" 86 modulistic = "Pablo Costa <modulistic@gmail.com>"; 87 mornfall = "Petr Ročkai <me@mornfall.net>"; 88 MP2E = "Cray Elliott <MP2E@archlinux.us>";
+1
pkgs/development/libraries/LASzip/default.nix
··· 15 description = "Turn quickly bulky LAS files into compact LAZ files without information loss"; 16 homepage = http://www.laszip.org; 17 license = stdenv.lib.licenses.lgpl2; 18 platforms = stdenv.lib.platforms.linux; 19 }; 20 }
··· 15 description = "Turn quickly bulky LAS files into compact LAZ files without information loss"; 16 homepage = http://www.laszip.org; 17 license = stdenv.lib.licenses.lgpl2; 18 + maintainer = stdenv.maintainers.michelk; 19 platforms = stdenv.lib.platforms.linux; 20 }; 21 }