v8: add homepage

This commit is contained in:
Alyssa Ross 2023-02-11 19:13:32 +00:00
parent 1a1ce8fe66
commit 4e5dac0575
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
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;