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 20:23:41 +02:00 committed by GitHub
parent cd601fe2ed
commit 4c64146e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 ];
};
}

View File

@ -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;
};
})