From fc264c25c2fe4edec0712ff52027715875ad330c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 9 Oct 2024 17:39:40 +0200 Subject: [PATCH] croc: remove inactive maintainer; nixos/tests/croc: match maintainer with package --- nixos/tests/croc.nix | 2 +- pkgs/tools/networking/croc/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/croc.nix b/nixos/tests/croc.nix index 5d709eb3d1cb..ea14c59446a1 100644 --- a/nixos/tests/croc.nix +++ b/nixos/tests/croc.nix @@ -7,7 +7,7 @@ let in { name = "croc"; meta = with pkgs.lib.maintainers; { - maintainers = [ hax404 julm ]; + maintainers = [ equirosa SuperSandro2000 ]; }; nodes = { diff --git a/pkgs/tools/networking/croc/default.nix b/pkgs/tools/networking/croc/default.nix index 817917aaf032..ce301d0e3416 100644 --- a/pkgs/tools/networking/croc/default.nix +++ b/pkgs/tools/networking/croc/default.nix @@ -38,7 +38,7 @@ buildGoModule rec { ''; homepage = "https://github.com/schollz/croc"; license = licenses.mit; - maintainers = with maintainers; [ hugoreeves equirosa SuperSandro2000 ]; + maintainers = with maintainers; [ equirosa SuperSandro2000 ]; mainProgram = "croc"; }; }