Commit b171a878 authored by Lukas Beierlieb's avatar Lukas Beierlieb
Browse files

usbvfiod: fix links for homepage and changelog

parent 51c5df99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
  __structuredAttrs = true;

  meta = {
    homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";
    homepage = "https://github.com/cyberus-technology/usbvfiod";
    description = "A tool for USB device pass-through using the vfio-user protocol.";
    changelog = "https://github.com/cyberus-technology/usb/releases/tag/v${finalAttrs.version}";
    changelog = "https://github.com/cyberus-technology/usbvfiod/releases/tag/v${finalAttrs.version}";
    license = with lib.licenses; [
      asl20
      mit