From 3e7e7023fc7bffd285579013fa5503bf38a19e6c Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Wed, 16 Feb 2022 14:01:16 -0800 Subject: [PATCH] update source repo --- ansible/tasks/install-source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/tasks/install-source.yml b/ansible/tasks/install-source.yml index 4fc8b1fd8..3d3b6133a 100644 --- a/ansible/tasks/install-source.yml +++ b/ansible/tasks/install-source.yml @@ -26,7 +26,7 @@ - name: pull paperless-ng git: - repo: https://github.com/jonaswinkler/paperless-ng.git + repo: https://github.com/paperless-ngx/paperless-ngx.git dest: "{{ gitdir.path }}" version: "{{ paperlessng_version }}" refspec: "+refs/pull/*:refs/pull/*"