summary refs log tree commit diff
path: root/pkgs/development/libraries/LASzip
diff options
context:
space:
mode:
authorMichel Kuhlmann <michel@kuhlmanns.info>2014-09-18 09:07:04 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-21 01:50:31 +0100
commit6d566669059656d38236f62f6f0c025b8255a9e2 (patch)
treecf1110792f0fbbca5abce21d6fc1159dd586869c /pkgs/development/libraries/LASzip
parentf427a3d849b538d6cafb1c5f01df6e41c15c832e (diff)
downloadnixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.tar
nixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.tar.gz
nixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.tar.bz2
nixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.tar.lz
nixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.tar.xz
nixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.tar.zst
nixpkgs-6d566669059656d38236f62f6f0c025b8255a9e2.zip
LASzip: michelk as maintainer; adjust description; remove blank-lines; using sha256
Diffstat (limited to 'pkgs/development/libraries/LASzip')
-rw-r--r--pkgs/development/libraries/LASzip/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/LASzip/default.nix b/pkgs/development/libraries/LASzip/default.nix
index 22fa8b099f8..f83170e70a4 100644
--- a/pkgs/development/libraries/LASzip/default.nix
+++ b/pkgs/development/libraries/LASzip/default.nix
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
     description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
     homepage = http://www.laszip.org;
     license = stdenv.lib.licenses.lgpl2;
+    maintainer = stdenv.maintainers.michelk;
     platforms = stdenv.lib.platforms.linux;
   };
 }