From c4801f65f8b9958a4d2dda1c278e5e081986ab54 Mon Sep 17 00:00:00 2001 From: obadz Date: Sat, 1 Apr 2017 15:21:54 +0100 Subject: [PATCH] treesheets: fix url --- pkgs/applications/office/treesheets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/treesheets/default.nix b/pkgs/applications/office/treesheets/default.nix index 01c24838f61..d8e6cdd86ea 100644 --- a/pkgs/applications/office/treesheets/default.nix +++ b/pkgs/applications/office/treesheets/default.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { planning, requirements gathering, presentation of information, etc. ''; - homepage = http://passwordsafe.sourceforge.net/; + homepage = http://strlen.com/treesheets/; maintainers = with maintainers; [ obadz ]; platforms = platforms.linux; license = licenses.zlib;