Skip to content

Commit

Permalink
Merge pull request #321517 from gmemstr/remove-gmemstr-maintainer
Browse files Browse the repository at this point in the history
Remove gmemstr maintainer
  • Loading branch information
Aleksanaa committed Jun 21, 2024
2 parents cafba5f + 549b237 commit bbda4e2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7387,12 +7387,6 @@
github = "gmacon";
githubId = 238853;
};
gmemstr = {
email = "[email protected]";
github = "gmemstr";
githubId = 1878840;
name = "Gabriel Simmer";
};
gnxlxnxx = {
email = "[email protected]";
github = "gnxlxnxx";
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/networking/cluster/opentofu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/re/redict/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
})
1 change: 0 additions & 1 deletion pkgs/development/tools/redisinsight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bbda4e2

Please sign in to comment.