mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
maintainers: remove vrifox
This commit is contained in:
parent
66af7223d0
commit
ebafd53401
3 changed files with 1 additions and 10 deletions
|
@ -26258,14 +26258,6 @@
|
||||||
githubId = 230381;
|
githubId = 230381;
|
||||||
name = "Daniel Nilsson";
|
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 = {
|
vrinek = {
|
||||||
email = "vrinek@hey.com";
|
email = "vrinek@hey.com";
|
||||||
github = "vrinek";
|
github = "vrinek";
|
||||||
|
|
|
@ -30,6 +30,6 @@ buildNpmPackage rec {
|
||||||
description = "NetBird Management Service Web UI Panel";
|
description = "NetBird Management Service Web UI Panel";
|
||||||
homepage = "https://github.com/netbirdio/dashboard";
|
homepage = "https://github.com/netbirdio/dashboard";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ vrifox ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
description = "Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
vrifox
|
|
||||||
saturn745
|
saturn745
|
||||||
loc
|
loc
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue