Merge pull request #321517 from gmemstr/remove-gmemstr-maintainer

Remove gmemstr maintainer
This commit is contained in:
Aleksana 2024-06-21 22:58:35 +08:00 committed by GitHub
commit bbda4e2a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 9 deletions

View File

@ -7387,12 +7387,6 @@
github = "gmacon";
githubId = 238853;
};
gmemstr = {
email = "git@gmem.ca";
github = "gmemstr";
githubId = 1878840;
name = "Gabriel Simmer";
};
gnxlxnxx = {
email = "gnxlxnxx@web.de";
github = "gnxlxnxx";

View File

@ -58,7 +58,6 @@ let
changelog = "https://github.com/opentofu/opentofu/blob/v${version}/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [
gmemstr
nickcao
zowoq
];

View File

@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.lgpl3Only;
platforms = platforms.all;
changelog = "https://codeberg.org/redict/redict/releases/tag/${finalAttrs.version}";
maintainers = with maintainers; [ yuka gmemstr ];
maintainers = with maintainers; [ yuka ];
mainProgram = "redict-cli";
};
})

View File

@ -163,7 +163,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/RedisInsight/RedisInsight";
license = lib.licenses.sspl;
maintainers = with lib.maintainers; [
gmemstr
tomasajt
];
platforms = lib.platforms.linux;