From 24e6fbf4416d4e20cbc1e45bbbffca28f4d1d964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20S=C3=A1nchez=20Mu=C3=B1oz?= Date: Tue, 27 Apr 2021 13:03:34 +0200 Subject: [PATCH] pythonPackages.popplet-qt5: update project URL --- pkgs/development/python-modules/poppler-qt5/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/poppler-qt5/default.nix b/pkgs/development/python-modules/poppler-qt5/default.nix index b15bd3cb8ad..94d86f7b713 100644 --- a/pkgs/development/python-modules/poppler-qt5/default.nix +++ b/pkgs/development/python-modules/poppler-qt5/default.nix @@ -57,7 +57,7 @@ buildPythonPackage rec { dontWrapQtApps = true; meta = with lib; { - homepage = "https://github.com/wbsoft/python-poppler-qt5"; + homepage = "https://github.com/frescobaldi/python-poppler-qt5"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ eduardosm ]; };