about summary refs log tree commit diff
path: root/pkgs/applications/audio/amarok/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/amarok/default.nix')
-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 c72815d5ca25..cd951701e771 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 ];
   };