squashfsTools: update package metadata

I am adding myself as maintainer here for lack of a better candidate,
but I am not experienced with Nix, and I am not a squashfs expert
either.
This commit is contained in:
Ruud van Asseldonk
2018-05-09 13:22:45 +02:00
parent 9c50f53065
commit f0353d417f
2 changed files with 7 additions and 0 deletions
@@ -38,5 +38,7 @@ stdenv.mkDerivation rec {
homepage = http://squashfs.sourceforge.net/;
description = "Tool for creating and unpacking squashfs filesystems";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ ruuda ];
};
}