From 13c5512f1e1462b80eb66dcd209c587c2228da7c Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 12 Jul 2024 17:57:05 -0400 Subject: [PATCH] spotifyd: add getchoo as maintainer --- pkgs/by-name/sp/spotifyd/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/sp/spotifyd/package.nix b/pkgs/by-name/sp/spotifyd/package.nix index 29a739f177cb..ff4c03e28e33 100644 --- a/pkgs/by-name/sp/spotifyd/package.nix +++ b/pkgs/by-name/sp/spotifyd/package.nix @@ -62,6 +62,7 @@ rustPackages.rustPlatform.buildRustPackage rec { maintainers = with lib.maintainers; [ anderslundstedt Br1ght0ne + getchoo ]; platforms = lib.platforms.unix; mainProgram = "spotifyd";