summary refs log tree commit diff
path: root/pkgs/applications/office/keepnote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/keepnote/default.nix')
-rw-r--r--pkgs/applications/office/keepnote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/keepnote/default.nix b/pkgs/applications/office/keepnote/default.nix
index bb2c6adbf3b4..2e0b3f3fed7d 100644
--- a/pkgs/applications/office/keepnote/default.nix
+++ b/pkgs/applications/office/keepnote/default.nix
@@ -16,7 +16,7 @@ python2Packages.buildPythonApplication {
 
   meta = {
     description = "Note taking application";
-    homepage = http://rasm.ods.org/keepnote;
+    homepage = http://keepnote.org;
     license = stdenv.lib.licenses.gpl2Plus;
   };
 }