Merge pull request #303862 from herbetom/bird-maintainer-herbetom

bird: add herbetom as maintainer
This commit is contained in:
superherointj
2024-04-13 14:33:43 -03:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "BIRD Internet Routing Daemon";
homepage = "http://bird.network.cz";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ herbetom ];
platforms = platforms.linux;
};
}