paperwork(-backend): Fix meta.homepage

While updating Paperwork in 1b1cc34020 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:
aszlig 2017-11-09 19:14:12 +01:00
parent 6587bcb023
commit 2e4fc45902
No known key found for this signature in database
GPG key ID: 684089CE67EBB691
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ python3Packages.buildPythonApplication rec {
meta = {
description = "A personal document manager for scanned documents";
homepage = https://github.com/jflesch/paperwork;
homepage = https://openpaper.work/;
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.aszlig ];
platforms = lib.platforms.linux;

View file

@ -6520,7 +6520,7 @@ in {
meta = {
description = "Backend part of Paperwork (Python API, no UI)";
homepage = "https://github.com/jflesch/paperwork-backend";
homepage = https://openpaper.work/;
license = licenses.gpl3Plus;
};
};