mktemp: update meta data

This commit is contained in:
Markus Kowalewski 2018-08-17 23:44:13 +02:00
parent fbc3dd0a66
commit 4920d7adb0
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -16,7 +16,10 @@ stdenv.mkDerivation {
sha256 = "0x969152znxxjbj7387xb38waslr4yv6bnj5jmhb4rpqxphvk54f";
};
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
description = "Simple tool to make temporary file handling in shells scripts safe and simple";
homepage = https://www.mktemp.org;
license = licenses.isc;
platforms = platforms.unix;
};
}