From 56c9d57d58dd31653b7c5d5d084a5d641395a449 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 8 Aug 2021 06:02:00 -0500 Subject: [PATCH] lxd: add marsam to maintainers --- pkgs/tools/admin/lxd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/lxd/default.nix b/pkgs/tools/admin/lxd/default.nix index 9d58530985b..722e3b94773 100644 --- a/pkgs/tools/admin/lxd/default.nix +++ b/pkgs/tools/admin/lxd/default.nix @@ -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; }; }