about summary refs log tree commit diff
path: root/pkgs/by-name/fa
diff options
context:
space:
mode:
authorHeitor Augusto <IAm.HeitorALN@proton.me>2024-05-21 19:21:13 +0000
committerHeitor Augusto <IAm.HeitorALN@proton.me>2024-05-21 19:21:13 +0000
commitdf74666b6b9173b69a6aaf1e2b11a6d679c486b4 (patch)
tree0f00237ac3982ed545b24ff0e3c903333bd24446 /pkgs/by-name/fa
parente0783a7ec782344da5b1e20b2577c93d45715489 (diff)
Remove Gerg-L as one of the maintainers of the package
Diffstat (limited to 'pkgs/by-name/fa')
-rw-r--r--pkgs/by-name/fa/fastfetch/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fa/fastfetch/package.nix b/pkgs/by-name/fa/fastfetch/package.nix
index c525f73301059..6fcc7c3773ad1 100644
--- a/pkgs/by-name/fa/fastfetch/package.nix
+++ b/pkgs/by-name/fa/fastfetch/package.nix
@@ -159,7 +159,7 @@ stdenv'.mkDerivation (finalAttrs: {
     description = "Like neofetch, but much faster because written in C";
     homepage = "https://github.com/fastfetch-cli/fastfetch";
     license = lib.licenses.mit;
-    maintainers = with lib.maintainers; [ gerg-l khaneliman ];
+    maintainers = with lib.maintainers; [ khaneliman ];
     platforms = lib.platforms.all;
     mainProgram = "fastfetch";
   };