summary refs log tree commit diff
path: root/pkgs/applications/audio/amarok
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-10 08:04:36 +0100
committerChristine Koppelt <cko@users.noreply.github.com>2019-11-10 08:04:36 +0100
commite2ef3521cad140e9a88b25a793666151da9217c4 (patch)
tree90758e21d30c9dc482890ec6eaa1b1262f475c2b /pkgs/applications/audio/amarok
parenta09f706715cf86c93ea9af75d9df8790a547b3cb (diff)
downloadnixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.tar
nixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.tar.gz
nixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.tar.bz2
nixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.tar.lz
nixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.tar.xz
nixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.tar.zst
nixpkgs-e2ef3521cad140e9a88b25a793666151da9217c4.zip
amarok: add missing description & homepage
Diffstat (limited to 'pkgs/applications/audio/amarok')
-rw-r--r--pkgs/applications/audio/amarok/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/amarok/default.nix b/pkgs/applications/audio/amarok/default.nix
index c72815d5ca2..cd951701e77 100644
--- a/pkgs/applications/audio/amarok/default.nix
+++ b/pkgs/applications/audio/amarok/default.nix
@@ -33,6 +33,8 @@ mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with lib; {
+    homepage = "https://amarok.kde.org";
+    description = "A powerful music player with an intuitive interface";
     license = licenses.gpl2;
     maintainers = with maintainers; [ peterhoeg ];
   };