Unverified Commit 82dc05c2 authored by wxt's avatar wxt
Browse files

hickory-dns: nixfmt

parent 277211f7
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, openssl
, pkg-config
, rustPlatform
{
  lib,
  fetchFromGitHub,
  openssl,
  pkg-config,
  rustPlatform,
}:

rustPlatform.buildRustPackage rec {
@@ -28,7 +29,10 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://hickory-dns.org/";
    maintainers = with maintainers; [ colinsane ];
    platforms = platforms.linux;
    license = with licenses; [ asl20 mit ];
    license = with licenses; [
      asl20
      mit
    ];
    mainProgram = "hickory-dns";
  };
}