mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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:
parent
6587bcb023
commit
2e4fc45902
@ -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;
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user