about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/kspaceduel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/kspaceduel.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/kspaceduel.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/kde/kspaceduel.nix b/nixpkgs/pkgs/applications/kde/kspaceduel.nix
index 49ef76151eab..bf174546f2f6 100644
--- a/nixpkgs/pkgs/applications/kde/kspaceduel.nix
+++ b/nixpkgs/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