maintainers: remove vizanto (#518328)

This commit is contained in:
Marcin Serwin
2026-05-18 15:02:46 +00:00
committed by GitHub
2 changed files with 1 additions and 9 deletions
-6
View File
@@ -29079,12 +29079,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;
};
})