httping: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2024-03-29 23:52:32 +01:00
parent e06d19df93
commit 8e6c03f300
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
latency of the webserver + network. It supports IPv6.
'';
mainProgram = "httping";
maintainers = [ ];
maintainers = [ lib.maintainers.anthonyroussel ];
platforms = lib.platforms.linux;
};
})