about summary refs log tree commit diff
path: root/pkgs/applications/kde/kspaceduel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kspaceduel.nix')
-rw-r--r--pkgs/applications/kde/kspaceduel.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kspaceduel.nix b/pkgs/applications/kde/kspaceduel.nix
index 49ef76151eab4..bf174546f2f65 100644
--- a/pkgs/applications/kde/kspaceduel.nix
+++ b/pkgs/applications/kde/kspaceduel.nix
@@ -11,7 +11,11 @@
 
 mkDerivation {
   pname = "kspaceduel";
-  meta.license = with lib.licenses; [ lgpl21 gpl3 ];
+  meta = {
+    homepage = "https://apps.kde.org/kspaceduel/";
+    description = "Space arcade game";
+    license = with lib.licenses; [ lgpl21 gpl3 ];
+  };
   outputs = [ "out" "dev" ];
   nativeBuildInputs = [
     cmake extra-cmake-modules