Unverified Commit 72af1687 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

bird: add herbetom as maintainer
parents 2516380a 84f74ee1
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;
  };
}