httprobe: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-12-25 13:01:13 +01:00
parent 0616ebe8f6
commit a893a00bc4
+1 -1
View File
@@ -26,7 +26,7 @@ buildGoModule rec {
description = "Take a list of domains and probe for working HTTP and HTTPS servers";
homepage = "https://github.com/tomnomnom/httprobe";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.matthiasbeyer ];
mainProgram = "httprobe";
};
}