corerad: nixfmt

This commit is contained in:
Jared Baur 2024-10-08 06:15:59 -07:00
parent 664765284f
commit dc02785815
No known key found for this signature in database

View File

@ -1,4 +1,10 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, gitUpdater }:
{
lib,
buildGoModule,
fetchFromGitHub,
nixosTests,
gitUpdater,
}:
buildGoModule rec {
pname = "corerad";
@ -32,7 +38,10 @@ buildGoModule rec {
homepage = "https://github.com/mdlayher/corerad";
description = "Extensible and observable IPv6 NDP RA daemon";
license = licenses.asl20;
maintainers = with maintainers; [ mdlayher jmbaur ];
maintainers = with maintainers; [
mdlayher
jmbaur
];
platforms = platforms.linux;
mainProgram = "corerad";
};