spotify: add matteopacini as darwin maintainer

Co-authored-by: Matteo Pacini <matteo@codecraft.it>
This commit is contained in:
Matteo Pacini 2024-07-09 20:12:09 +00:00 committed by GitHub
parent 3842f57cf4
commit 7c1d59ff54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation {
'';
meta = meta // {
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ matteopacini ];
};
}