mycelium: add flokli to maintainers

This commit is contained in:
Florian Klink
2024-03-16 10:44:53 +02:00
parent bae9e55817
commit 6d5fedf9f7
+1 -1
View File
@@ -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";
};
}