about summary refs log tree commit diff
path: root/pkgs/applications/graphics/f-spot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/f-spot/default.nix')
-rw-r--r--pkgs/applications/graphics/f-spot/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/f-spot/default.nix b/pkgs/applications/graphics/f-spot/default.nix
index 0da1d4fe473bd..40329412449be 100644
--- a/pkgs/applications/graphics/f-spot/default.nix
+++ b/pkgs/applications/graphics/f-spot/default.nix
@@ -23,4 +23,8 @@ stdenv.mkDerivation {
   ];
 
   inherit monoDLLFixer gtksharp sqlite libgnomeui;
+
+  meta = {
+    homepage = http://f-spot.org;
+  };
 }