Commit 862d2d6d authored by Alyssa Ross's avatar Alyssa Ross
Browse files

crosvm: update homepage

There's now a website in addition to the repo, so we should use that.
parent 6508a69e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {

  meta = with lib; {
    description = "A secure virtual machine monitor for KVM";
    homepage = "https://chromium.googlesource.com/crosvm/crosvm/";
    homepage = "https://crosvm.dev/";
    mainProgram = "crosvm";
    maintainers = with maintainers; [ qyliss ];
    license = licenses.bsd3;