dogdns: set meta.mainProgram, format

This commit is contained in:
figsoda 2021-10-21 08:23:42 -04:00
parent bed8ee21f7
commit 932c6d8861

View File

@ -1,10 +1,11 @@
{ lib, stdenv
, fetchFromGitHub
{ lib
, rustPlatform
, fetchFromGitHub
, installShellFiles
, stdenv
, pkg-config
, openssl
, Security
, installShellFiles
}:
rustPlatform.buildRustPackage rec {
@ -34,5 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://dns.lookup.dog";
license = licenses.eupl12;
maintainers = with maintainers; [ bbigras ];
mainProgram = "dog";
};
}