about summary refs log tree commit diff
path: root/pkgs/by-name/my
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-03-16 10:38:18 +0200
committerFlorian Klink <flokli@flokli.de>2024-03-16 10:44:53 +0200
commit6d5fedf9f7ae05ef38bb39f0ff2f99bb3ea36313 (patch)
treeb7e4607400c864515d95933dc999d694358a17db /pkgs/by-name/my
parentbae9e5581759f6b48926239bc7b5b833c27406c3 (diff)
mycelium: add flokli to maintainers
Diffstat (limited to 'pkgs/by-name/my')
-rw-r--r--pkgs/by-name/my/mycelium/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/my/mycelium/package.nix b/pkgs/by-name/my/mycelium/package.nix
index cb2749846a720..b3aee2f9ff3ed 100644
--- a/pkgs/by-name/my/mycelium/package.nix
+++ b/pkgs/by-name/my/mycelium/package.nix
@@ -33,7 +33,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; [ matthewcroughan ];
+    maintainers = with maintainers; [ flokli matthewcroughan ];
     mainProgram = "mycelium";
   };
 }