summary refs log tree commit diff
path: root/pkgs/tools/filesystems/squashfs
diff options
context:
space:
mode:
authorRuud van Asseldonk <dev@veniogames.com>2018-05-08 13:32:06 +0200
committerRuud van Asseldonk <dev@veniogames.com>2018-05-09 13:22:45 +0200
commitf0353d417f87caf532a70100f74fba76e886d7b5 (patch)
treed6156004e25747db1f21615fb844a8420d3ffc47 /pkgs/tools/filesystems/squashfs
parent9c50f53065917249a47693041e8ab52ae96e0d06 (diff)
downloadnixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.tar
nixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.tar.gz
nixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.tar.bz2
nixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.tar.lz
nixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.tar.xz
nixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.tar.zst
nixpkgs-f0353d417f87caf532a70100f74fba76e886d7b5.zip
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.
Diffstat (limited to 'pkgs/tools/filesystems/squashfs')
-rw-r--r--pkgs/tools/filesystems/squashfs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/squashfs/default.nix b/pkgs/tools/filesystems/squashfs/default.nix
index 08951113b3b..a7f4e85eb34 100644
--- a/pkgs/tools/filesystems/squashfs/default.nix
+++ b/pkgs/tools/filesystems/squashfs/default.nix
@@ -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 ];
   };
 }