Commit c93e4474 authored by Steffen Vogel's avatar Steffen Vogel
Browse files

birdwatcher: adopt by stv0g

parent 15a72234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ buildGoModule rec {
    description = "Small HTTP server meant to provide an API defined by Barry O'Donovan's birds-eye to the BIRD internet routing daemon";
    changelog = "https://github.com/alice-lg/birdwatcher/blob/master/CHANGELOG";
    license = licenses.bsd3;
    maintainers = [ ];
    maintainers = with maintainers; [ stv0g ];
    mainProgram = "birdwatcher";
  };
}