lol

Merge pull request #296608 from SebTM/nzc_sebtm_maintainer

nix-zsh-completions: Add sebtm (repo-maintainer) as maintainer

authored by

Maximilian Bosch and committed by
GitHub
233c8de4 b1b95b40

+1 -1
+1 -1
pkgs/shells/zsh/nix-zsh-completions/default.nix
··· 23 23 description = "ZSH completions for Nix, NixOS, and NixOps"; 24 24 license = licenses.bsd3; 25 25 platforms = platforms.all; 26 - maintainers = with maintainers; [ olejorgenb hedning ma27 ]; 26 + maintainers = with maintainers; [ olejorgenb hedning ma27 sebtm ]; 27 27 }; 28 28 }