summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-08 06:02:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-08-08 06:02:00 -0500
commit56c9d57d58dd31653b7c5d5d084a5d641395a449 (patch)
treebb7cde6d4872282fe18dfec5cb00096f67a4fa49 /pkgs/tools/admin
parent861697b840e27934b6d6989500dfaaea01a30101 (diff)
downloadnixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.tar
nixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.tar.gz
nixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.tar.bz2
nixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.tar.lz
nixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.tar.xz
nixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.tar.zst
nixpkgs-56c9d57d58dd31653b7c5d5d084a5d641395a449.zip
lxd: add marsam to maintainers
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/lxd/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }