Unverified Commit d1841f8c authored by Jonathan Davies's avatar Jonathan Davies
Browse files

virtiofsd: Add changelog

parent e8424902
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  meta = with lib; {
    homepage = "https://gitlab.com/virtio-fs/virtiofsd";
    changelog = "https://gitlab.com/virtio-fs/virtiofsd/-/releases/v${finalAttrs.version}";
    description = "vhost-user virtio-fs device backend written in Rust";
    maintainers = with maintainers; [
      qyliss