about summary refs log tree commit diff
path: root/pkgs/applications/kde/kig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kig.nix')
-rw-r--r--pkgs/applications/kde/kig.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kig.nix b/pkgs/applications/kde/kig.nix
index 1ca57d91c197..d04cc76fc22a 100644
--- a/pkgs/applications/kde/kig.nix
+++ b/pkgs/applications/kde/kig.nix
@@ -8,6 +8,8 @@
 mkDerivation {
   pname = "kig";
   meta = {
+    homepage = "https://apps.kde.org/kig/";
+    description = "Interactive geometry";
     license = with lib.licenses; [ gpl2 ];
     maintainers = with lib.maintainers; [ raskin ];
   };
@@ -16,4 +18,3 @@ mkDerivation {
     boost karchive kcrash kiconthemes kparts ktexteditor qtsvg qtxmlpatterns
   ];
 }
-