mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nzbhydra2: changed test maintainers
Removed jamiemagee from maintainers. Added myself as maintainer.
This commit is contained in:
parent
a3d0527ccb
commit
146fa6b114
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue