Unverified Commit 23a3713c authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #215864 from alyssais/v8-homepage

v8: add homepage
parents c4c1c47a 4e5dac05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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;