about summary refs log tree commit diff
path: root/pkgs/applications/audio/tidal-hifi
diff options
context:
space:
mode:
authorJacob Birkett <spikespaz@outlook.com>2023-08-13 20:21:26 -0700
committerJacob Birkett <spikespaz@outlook.com>2023-08-14 16:08:16 -0700
commita8f61fc338ed04f754c8c1e7deeabdbb54e3d42b (patch)
tree4937b0968091e2628e262b0640783b168371981d /pkgs/applications/audio/tidal-hifi
parentccdc02b02447f8fe7c3b0437f94ae930738fdc04 (diff)
tidal-hifi: add @spikespaz as a maintainer
Diffstat (limited to 'pkgs/applications/audio/tidal-hifi')
-rw-r--r--pkgs/applications/audio/tidal-hifi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/tidal-hifi/default.nix b/pkgs/applications/audio/tidal-hifi/default.nix
index df5d4fbef1afb..164ec25e8f229 100644
--- a/pkgs/applications/audio/tidal-hifi/default.nix
+++ b/pkgs/applications/audio/tidal-hifi/default.nix
@@ -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;
   };
 })