From e73f42be1c3b69c3d36df30f67fb4d98e250204d Mon Sep 17 00:00:00 2001 From: Renaud Date: Sat, 25 May 2019 17:11:31 +0200 Subject: [PATCH] pythonPackages.python-daemon: update meta.homepage --- pkgs/development/python-modules/python-daemon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/python-daemon/default.nix b/pkgs/development/python-modules/python-daemon/default.nix index f4704c30b5d..93c05106404 100644 --- a/pkgs/development/python-modules/python-daemon/default.nix +++ b/pkgs/development/python-modules/python-daemon/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to implement a well-behaved Unix daemon process"; - homepage = https://alioth.debian.org/projects/python-daemon/; + homepage = "https://pagure.io/python-daemon/"; license = [ licenses.gpl3Plus licenses.asl20 ]; }; }