Merge pull request #215864 from alyssais/v8-homepage

v8: add homepage
This commit is contained in:
superherointj 2023-02-11 16:53:11 -03:00 committed by GitHub
commit 23a3713c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

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;

View file

@ -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;