jfsutils: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-09-07 22:22:13 +02:00
parent 5f2d66ccc6
commit 4516ca5480
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,8 +12,10 @@ stdenv.mkDerivation rec {
buildInputs = [ libuuid ];
meta = {
meta = with stdenv.lib; {
description = "IBM JFS utilities";
platforms = stdenv.lib.platforms.linux;
homepage = http://jfs.sourceforge.net;
license = licenses.gpl3;
platforms = platforms.linux;
};
}