Unverified Commit dc027858 authored by Jared Baur's avatar Jared Baur
Browse files

corerad: nixfmt

parent 66476528
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
{ 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";
  };