Remove Gerg-L as one of the maintainers of the package

This commit is contained in:
Heitor Augusto 2024-05-21 19:21:13 +00:00
parent e0783a7ec7
commit df74666b6b

View File

@ -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";
};