ent: add license

This commit is contained in:
Markus Kowalewski 2018-09-11 23:34:10 +02:00
parent 3bb64d8850
commit 6773167194
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -21,9 +21,10 @@ stdenv.mkDerivation rec {
cp ent $out/bin/
'';
meta = {
meta = with stdenv.lib; {
description = "Pseudorandom Number Sequence Test Program";
homepage = http://www.fourmilab.ch/random/;
platforms = stdenv.lib.platforms.all;
platforms = platforms.all;
license = licenses.publicDomain;
};
}