Unverified Commit 84f74ee1 authored by Tom Herbers's avatar Tom Herbers
Browse files

bird: add herbetom as maintainer

parent 7ea497ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}