From 3be917a191d2d766dc7a3157b1f2c1323ef2c027 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Fri, 26 Jul 2024 14:55:42 -0300 Subject: [PATCH] release-lib: remove viric from crossMaintainers [orphans] Since theey is not active from at least six years. --- pkgs/top-level/release-lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-lib.nix b/pkgs/top-level/release-lib.nix index a1dcc3e9f334..e34cf4be25e8 100644 --- a/pkgs/top-level/release-lib.nix +++ b/pkgs/top-level/release-lib.nix @@ -119,7 +119,7 @@ let /* The working or failing mails for cross builds will be sent only to the following maintainers, as most package maintainers will not be interested in the result of cross building a package. */ - crossMaintainers = [ maintainers.viric ]; + crossMaintainers = [ ]; # Generate attributes for all supported systems.