virtiofsd: Add changelog

This commit is contained in:
Jonathan Davies
2025-12-05 14:17:53 +00:00
parent e84249027e
commit d1841f8cca
+1
View File
@@ -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