From 62f3497182dff336dd1bdfb0da0efb876ac8b151 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Tue, 20 Aug 2024 19:00:17 +0200 Subject: [PATCH] mycelium: add rvdp as maintainer --- pkgs/by-name/my/mycelium/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/my/mycelium/package.nix b/pkgs/by-name/my/mycelium/package.nix index b79c6acb1ac7..e2a55df2a16a 100644 --- a/pkgs/by-name/my/mycelium/package.nix +++ b/pkgs/by-name/my/mycelium/package.nix @@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/threefoldtech/mycelium"; changelog = "https://github.com/threefoldtech/mycelium/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ flokli matthewcroughan ]; + maintainers = with maintainers; [ flokli matthewcroughan rvdp ]; mainProgram = "mycelium"; }; }