Unverified Commit fb3ab0ee authored by nikstur's avatar nikstur Committed by GitHub
Browse files

usbvfiod: fix links for homepage and changelog (#512367)

parents a504cf27 0abdfa21
Loading
Loading
Loading
Loading
+3 −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
@@ -39,6 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    mainProgram = "usbvfiod";
    maintainers = with lib.maintainers; [
      lbeierlieb
      snu
    ];
    platforms = [
      "aarch64-linux"