mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
ent: add license
This commit is contained in:
parent
3bb64d8850
commit
6773167194
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue