mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nzbhydra2: changed test maintainers
Removed jamiemagee from maintainers. Added myself as maintainer.
This commit is contained in:
parent
a3d0527ccb
commit
146fa6b114
@ -1,7 +1,7 @@
|
||||
import ./make-test-python.nix ({ lib, ... }:
|
||||
{
|
||||
name = "nzbhydra2";
|
||||
meta.maintainers = with lib.maintainers; [ jamiemagee ];
|
||||
meta.maintainers = with lib.maintainers; [ matteopacini ];
|
||||
|
||||
nodes.machine = { pkgs, ... }: { services.nzbhydra2.enable = true; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user