genext2fs: add meta.{platforms,license,maintainers}

+4 -1
+4 -1
pkgs/tools/filesystems/genext2fs/default.nix
··· 8 sha256 = "1z7czvsf3ircvz2cw1cf53yifsq29ljxmj15hbgc79l6gbxbnka0"; 9 }; 10 11 - meta = { 12 homepage = http://genext2fs.sourceforge.net/; 13 description = "A tool to generate ext2 filesystem images without requiring root privileges"; 14 }; 15 }
··· 8 sha256 = "1z7czvsf3ircvz2cw1cf53yifsq29ljxmj15hbgc79l6gbxbnka0"; 9 }; 10 11 + meta = with stdenv.lib; { 12 homepage = http://genext2fs.sourceforge.net/; 13 description = "A tool to generate ext2 filesystem images without requiring root privileges"; 14 + license = licenses.gpl2; 15 + platforms = platforms.all; 16 + maintainers = [ maintainers.bjornfor ]; 17 }; 18 }