corerad: nixfmt
This commit is contained in:
parent
664765284f
commit
dc02785815
@ -1,4 +1,10 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub, nixosTests, gitUpdater }:
|
{
|
||||||
|
lib,
|
||||||
|
buildGoModule,
|
||||||
|
fetchFromGitHub,
|
||||||
|
nixosTests,
|
||||||
|
gitUpdater,
|
||||||
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "corerad";
|
pname = "corerad";
|
||||||
@ -32,7 +38,10 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/mdlayher/corerad";
|
homepage = "https://github.com/mdlayher/corerad";
|
||||||
description = "Extensible and observable IPv6 NDP RA daemon";
|
description = "Extensible and observable IPv6 NDP RA daemon";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ mdlayher jmbaur ];
|
maintainers = with maintainers; [
|
||||||
|
mdlayher
|
||||||
|
jmbaur
|
||||||
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "corerad";
|
mainProgram = "corerad";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user