Merge pull request #296608 from SebTM/nzc_sebtm_maintainer

nix-zsh-completions: Add sebtm (repo-maintainer) as maintainer
This commit is contained in:
Maximilian Bosch 2024-03-17 11:25:05 +00:00 committed by GitHub
commit 233c8de4c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "ZSH completions for Nix, NixOS, and NixOps";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ olejorgenb hedning ma27 ];
maintainers = with maintainers; [ olejorgenb hedning ma27 sebtm ];
};
}