iroh-ssh: add rvdp to maintainers

This commit is contained in:
r-vdp
2026-03-08 17:02:39 +01:00
parent b54068a447
commit 2e894335cd
+4 -1
View File
@@ -40,7 +40,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "SSH to any machine without IP";
homepage = "https://github.com/rustonbsd/iroh-ssh";
maintainers = with lib.maintainers; [ luke ];
maintainers = with lib.maintainers; [
luke
rvdp
];
license = lib.licenses.mit;
mainProgram = "iroh-ssh";
};