crosvm: update homepage

There's now a website in addition to the repo, so we should use that.
This commit is contained in:
Alyssa Ross
2023-11-15 12:23:01 +01:00
parent 6508a69e07
commit 862d2d6d4c
@@ -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;