babeld: start maintaining the package

This commit is contained in:
Martin Weinelt
2021-04-26 23:39:49 +02:00
parent 430bfd6fab
commit d0b3735c0e

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.irif.fr/~jch/software/babel/";
description = "Loop-avoiding distance-vector routing protocol";
license = licenses.mit;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz hexa ];
platforms = platforms.linux;
};
}