From 4c64146e452b9beb6fda91b8124d076b4cd1c9eb Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 5 Sep 2024 20:23:41 +0200 Subject: [PATCH] treewide: Retire `srgom` from meta.maintainers (#337930) The GitHub account has been inactive for 4+ years. This is sadly necessary due to the delays in reviews/merges when others are waiting for the requested maintainers to review the PR. Instructions for re-adding once you return https://github.com/NixOS/nixpkgs/tree/master/maintainers#how-to-become-a-maintainer We appreciate your past and future contributions. Co-authored-by: Anderson Torres --- pkgs/applications/system/qjournalctl/default.nix | 2 +- pkgs/tools/typesetting/tex/pplatex/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/system/qjournalctl/default.nix b/pkgs/applications/system/qjournalctl/default.nix index 5c8714677ad9..fc80c3f69df8 100644 --- a/pkgs/applications/system/qjournalctl/default.nix +++ b/pkgs/applications/system/qjournalctl/default.nix @@ -40,6 +40,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/pentix/qjournalctl"; license = licenses.gpl3Only; platforms = platforms.all; - maintainers = with maintainers; [ srgom romildo ]; + maintainers = with maintainers; [ romildo ]; }; } diff --git a/pkgs/tools/typesetting/tex/pplatex/default.nix b/pkgs/tools/typesetting/tex/pplatex/default.nix index 367daa9450fc..7bd1e4d0eb1e 100644 --- a/pkgs/tools/typesetting/tex/pplatex/default.nix +++ b/pkgs/tools/typesetting/tex/pplatex/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "pplatex"; homepage = "https://github.com/stefanhepp/pplatex"; license = licenses.gpl3Plus; - maintainers = [ maintainers.srgom maintainers.doronbehar ]; + maintainers = [ maintainers.doronbehar ]; platforms = platforms.unix; }; })