virtiofsd: add astro to maintainers

This commit is contained in:
Astro 2023-09-05 18:46:09 +02:00 committed by Weijia Wang
parent 51224aa9fe
commit 2ca2346b60

View File

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
homepage = "https://gitlab.com/virtio-fs/virtiofsd";
description = "vhost-user virtio-fs device backend written in Rust";
maintainers = with maintainers; [ qyliss ];
maintainers = with maintainers; [ qyliss astro ];
platforms = platforms.linux;
license = with licenses; [ asl20 /* and */ bsd3 ];
};