tidal-hifi: add @spikespaz as a maintainer

This commit is contained in:
Jacob Birkett 2023-08-13 20:21:26 -07:00
parent ccdc02b024
commit a8f61fc338

View File

@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "The web version of Tidal running in electron with hifi support thanks to widevine";
homepage = "https://github.com/Mastermindzh/tidal-hifi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ qbit ];
maintainers = with lib.maintainers; [ qbit spikespaz ];
platforms = lib.platforms.linux;
};
})