mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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 {
|
||||
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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user