commit
23a3713c05
2 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
homepage = "https://v8.dev/";
|
||||||
description = "Google's open source JavaScript engine";
|
description = "Google's open source JavaScript engine";
|
||||||
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
|
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
|
@ -171,6 +171,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
homepage = "https://v8.dev/";
|
||||||
description = "Google's open source JavaScript engine";
|
description = "Google's open source JavaScript engine";
|
||||||
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
|
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue