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 <torres.anderson.85@protonmail.com>
This commit is contained in:
Sandro
2024-09-05 21:23:41 +03:00
committed by GitHub
co-authored by Anderson Torres
parent cd601fe2ed
commit 4c64146e45
2 changed files with 2 additions and 2 deletions
@@ -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 ];
};
}
@@ -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;
};
})