ent: add license
This commit is contained in:
parent
3bb64d8850
commit
6773167194
@ -21,9 +21,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp ent $out/bin/
|
cp ent $out/bin/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Pseudorandom Number Sequence Test Program";
|
description = "Pseudorandom Number Sequence Test Program";
|
||||||
homepage = http://www.fourmilab.ch/random/;
|
homepage = http://www.fourmilab.ch/random/;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.publicDomain;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user