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
4 changed files with 1 additions and 9 deletions
-6
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";
@@ -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
];
+1 -1
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";
};
})
@@ -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;