xsubfind3r: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-12-07 09:22:47 +01:00
parent daf0295d63
commit 41c7b2a169
+5 -4
View File
@@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
@@ -23,10 +24,10 @@ buildGoModule rec {
meta = with lib; {
description = "CLI utility to find subdomains from curated passive online sources";
mainProgram = "xsubfind3r";
homepage = "https://github.com/hueristiq/xsubfind3r";
changelog = "https://github.com/hueristiq/xsubfind3r/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "xsubfind3r";
};
}