v8: add homepage

This commit is contained in:
Alyssa Ross
2023-02-11 19:13:32 +00:00
parent 1a1ce8fe66
commit 4e5dac0575
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -162,6 +162,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://v8.dev/";
description = "Google's open source JavaScript engine";
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
platforms = platforms.unix;
@@ -171,6 +171,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://v8.dev/";
description = "Google's open source JavaScript engine";
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
platforms = platforms.unix;