babeld: start maintaining the package

This commit is contained in:
Martin Weinelt
2021-04-27 14:11:45 +02:00
parent 430bfd6fab
commit d0b3735c0e
+1 -1
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;
};
}