lxd: add marsam to maintainers

This commit is contained in:
Mario Rodas 2021-08-08 06:02:00 -05:00
parent 861697b840
commit 56c9d57d58

View file

@ -72,7 +72,7 @@ buildGoPackage rec {
description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = "https://linuxcontainers.org/lxd/";
license = licenses.asl20;
maintainers = with maintainers; [ fpletz wucke13 ];
maintainers = with maintainers; [ fpletz wucke13 marsam ];
platforms = platforms.linux;
};
}