corerad: add jmbaur as maintainer

This commit is contained in:
Jared Baur 2024-03-12 12:15:28 -07:00
parent 2e80159697
commit 9a592efa71
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ buildGoModule rec {
homepage = "https://github.com/mdlayher/corerad";
description = "Extensible and observable IPv6 NDP RA daemon";
license = licenses.asl20;
maintainers = with maintainers; [ mdlayher ];
maintainers = with maintainers; [ mdlayher jmbaur ];
platforms = platforms.linux;
mainProgram = "corerad";
};