summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-03-11 13:57:55 +0100
committerGitHub <noreply@github.com>2021-03-11 13:57:55 +0100
commit220b31d315f0fa1b346de206cd5bfef6dee0a07f (patch)
tree4f96dd21e92d51a2cca34dc422b2e8479ac3889a
parent4770987f921215a7cfc8f07e3dfef6787140055d (diff)
downloadnixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.tar
nixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.tar.gz
nixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.tar.bz2
nixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.tar.lz
nixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.tar.xz
nixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.tar.zst
nixpkgs-220b31d315f0fa1b346de206cd5bfef6dee0a07f.zip
google-play-music-desktop-player: update description
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
-rw-r--r--pkgs/applications/audio/google-play-music-desktop-player/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/google-play-music-desktop-player/default.nix b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
index f86eed1d34d..b62b070c3fd 100644
--- a/pkgs/applications/audio/google-play-music-desktop-player/default.nix
+++ b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
@@ -74,7 +74,7 @@ stdenv.mkDerivation {
 
   meta = {
     homepage = "https://www.googleplaymusicdesktopplayer.com/";
-    description = "A beautiful cross platform Desktop Player for Google Play Music";
+    description = "A beautiful cross platform Desktop Player for Google Play Music and YouTube Music";
     license = lib.licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = [ lib.maintainers.SuprDewd ];