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:
parent
9c50f53065
commit
f0353d417f
@ -3234,6 +3234,11 @@
|
|||||||
github = "rushmorem";
|
github = "rushmorem";
|
||||||
name = "Rushmore Mushambi";
|
name = "Rushmore Mushambi";
|
||||||
};
|
};
|
||||||
|
ruuda = {
|
||||||
|
email = "dev+nix@veniogames.com";
|
||||||
|
github = "ruuda";
|
||||||
|
name = "Ruud van Asseldonk";
|
||||||
|
};
|
||||||
rvl = {
|
rvl = {
|
||||||
email = "dev+nix@rodney.id.au";
|
email = "dev+nix@rodney.id.au";
|
||||||
github = "rvl";
|
github = "rvl";
|
||||||
|
@ -38,5 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://squashfs.sourceforge.net/;
|
homepage = http://squashfs.sourceforge.net/;
|
||||||
description = "Tool for creating and unpacking squashfs filesystems";
|
description = "Tool for creating and unpacking squashfs filesystems";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ ruuda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user