mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
virtiofsd: add astro to maintainers
This commit is contained in:
parent
51224aa9fe
commit
2ca2346b60
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user