maintainers: remove vizanto

This commit is contained in:
Hythera
2026-05-09 10:59:06 +02:00
parent cab16caba3
commit 492e788579
2 changed files with 1 additions and 9 deletions
-6
View File
@@ -28966,12 +28966,6 @@
githubId = 59029586;
name = "Vitor Pavan";
};
vizanto = {
email = "danny@prime.vc";
github = "vizanto";
githubId = 326263;
name = "Danny Wilson";
};
vizid = {
email = "mail@vizqq.cc";
github = "ViZiD";
+1 -3
View File
@@ -79,9 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Distributed realtime computation system";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
vizanto
];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
})