maintainers: remove vrifox

This commit is contained in:
Patrick 2025-06-01 13:16:04 +02:00
parent 66af7223d0
commit ebafd53401
No known key found for this signature in database
GPG key ID: 451F95EFB8BECD0F
3 changed files with 1 additions and 10 deletions

View file

@ -26258,14 +26258,6 @@
githubId = 230381;
name = "Daniel Nilsson";
};
vrifox = {
email = "vrifox@vrifox.cc";
github = "vrifox";
githubId = 109021367;
keys = [ { fingerprint = "413C 73F0 C5BD 6318 826A 42D9 D400 98E5 B60B 2197"; } ];
matrix = "@vri:cozy.town";
name = "Vri";
};
vrinek = {
email = "vrinek@hey.com";
github = "vrinek";

View file

@ -30,6 +30,6 @@ buildNpmPackage rec {
description = "NetBird Management Service Web UI Panel";
homepage = "https://github.com/netbirdio/dashboard";
license = licenses.bsd3;
maintainers = with maintainers; [ vrifox ];
maintainers = with maintainers; [ ];
};
}

View file

@ -117,7 +117,6 @@ buildGoModule (finalAttrs: {
description = "Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
vrifox
saturn745
loc
];