nzbhydra2: add maintainer

This commit is contained in:
Matteo Pacini
2024-07-06 16:08:56 +01:00
parent c63980440c
commit f12c70fb40
+4 -1
View File
@@ -41,7 +41,10 @@ stdenv.mkDerivation rec {
description = "Usenet meta search";
homepage = "https://github.com/theotherp/nzbhydra2";
license = licenses.asl20;
maintainers = with maintainers; [ jamiemagee ];
maintainers = with maintainers; [
jamiemagee
matteopacini
];
platforms = with platforms; linux;
mainProgram = "nzbhydra2";
};