lol

mktemp: update meta data

+5 -2
+5 -2
pkgs/tools/security/mktemp/default.nix
··· 16 16 sha256 = "0x969152znxxjbj7387xb38waslr4yv6bnj5jmhb4rpqxphvk54f"; 17 17 }; 18 18 19 - meta = { 20 - platforms = stdenv.lib.platforms.unix; 19 + meta = with stdenv.lib; { 20 + description = "Simple tool to make temporary file handling in shells scripts safe and simple"; 21 + homepage = https://www.mktemp.org; 22 + license = licenses.isc; 23 + platforms = platforms.unix; 21 24 }; 22 25 }