about summary refs log tree commit diff
path: root/pkgs/by-name/re
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-21 18:01:30 +0000
committerGitHub <noreply@github.com>2024-06-21 18:01:30 +0000
commitfb94da4e9ed6f6f2840a7d4cde0eda07ca599032 (patch)
tree6694989aab616b47d1c3dd46803eebf0288c809a /pkgs/by-name/re
parentc6707a9686eb11c4ccbf81c873ee5b3b2d5f5ea6 (diff)
parenta15e998e88e113116db93c7f1a74a844bf58116c (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/by-name/re')
-rw-r--r--pkgs/by-name/re/redict/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/re/redict/package.nix b/pkgs/by-name/re/redict/package.nix
index 7d045cdc6fcb6..54820d6eb096b 100644
--- a/pkgs/by-name/re/redict/package.nix
+++ b/pkgs/by-name/re/redict/package.nix
@@ -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";
   };
 })