birdwatcher: adopt by stv0g

This commit is contained in:
Steffen Vogel
2024-10-20 16:44:34 +02:00
parent 15a72234b3
commit c93e44748e
+1 -1
View File
@@ -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";
};
}