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

(cherry picked from commit a3f990a0e617b40090d0e58a88e1d41b00730af4)
This commit is contained in:
Sebastian Sellmeier 2024-03-17 11:11:15 +01:00
parent 6af7e814af
commit 1453c5df18
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

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 ];
};
}