pythonPackages.python-daemon: update meta.homepage

This commit is contained in:
Renaud 2019-05-25 17:11:31 +02:00 committed by GitHub
parent 5fa93517f5
commit e73f42be1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}