babeld, nixos/babeld: remove hexa from maintainers

This commit is contained in:
Martin Weinelt
2025-12-17 15:53:02 +01:00
parent dd6ad2ab98
commit 6ede2df1dc
2 changed files with 0 additions and 3 deletions
@@ -41,8 +41,6 @@ in
{
meta.maintainers = with lib.maintainers; [ hexa ];
###### interface
options = {
-1
View File
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.irif.fr/~jch/software/babel/";
description = "Loop-avoiding distance-vector routing protocol";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
platforms = lib.platforms.linux;
mainProgram = "babeld";
};