about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2023-03-02 10:00:46 +0000
committerGitHub <noreply@github.com>2023-03-02 10:00:46 +0000
commitb3c09089e4076d24c023dc420f50ed4441a2e91d (patch)
tree3056d2c6d58978b388448cc8dbdc1b49e749ecab /pkgs/applications/office
parentccbbe66c21a4f814d8a0508581919b4982c22931 (diff)
parent7be1ecb2dca7eb5e9119f406bdb8aacaff4dcd0d (diff)
Merge pull request #215750 from puppe/fix-paperless
nixos/paperless: download NLTK data
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index f4535b59cf89e..e2a977cb5407f 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -318,7 +318,7 @@ python.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Tool to scan, index, and archive all of your physical documents";
-    homepage = "https://paperless-ngx.readthedocs.io/";
+    homepage = "https://docs.paperless-ngx.com/";
     changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ lukegb gador erikarvstedt ];