]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
update source repo 63/head
authorQuinn Casey <quinn@quinncasey.com>
Wed, 16 Feb 2022 22:01:16 +0000 (14:01 -0800)
committerQuinn Casey <quinn@quinncasey.com>
Wed, 16 Feb 2022 22:01:16 +0000 (14:01 -0800)
ansible/tasks/install-source.yml

index 4fc8b1fd8c47b7f5950b064d601bca2a9d2a973e..3d3b6133a631ddf135622b6bd82ec3960ff57921 100644 (file)
@@ -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/*"