paperwork(-backend): Fix meta.homepage
While updating Paperwork in 1b1cc34020a09c740bf8263daa9cc07d8ae52424 I actually changed the GitHub URL to its new location. However, the actual homepage of Paperwork is https://openpaper.work/ so let's use that instead of the GitHub URL. Signed-off-by: aszlig <aszlig@nix.build> Reported-by: @volth
This commit is contained in:
parent
6587bcb023
commit
2e4fc45902
@ -73,7 +73,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A personal document manager for scanned documents";
|
description = "A personal document manager for scanned documents";
|
||||||
homepage = https://github.com/jflesch/paperwork;
|
homepage = https://openpaper.work/;
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = [ lib.maintainers.aszlig ];
|
maintainers = [ lib.maintainers.aszlig ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
@ -6520,7 +6520,7 @@ in {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Backend part of Paperwork (Python API, no UI)";
|
description = "Backend part of Paperwork (Python API, no UI)";
|
||||||
homepage = "https://github.com/jflesch/paperwork-backend";
|
homepage = https://openpaper.work/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user