python2Packages.dulwich: Fix the homepage.

This commit is contained in:
Jelmer Vernooij 2021-03-05 23:54:15 +00:00
parent 54235b9b7d
commit 26f06f8ec6
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple Python implementation of the Git file formats and protocols";
homepage = "https://samba.org/~jelmer/dulwich/";
homepage = "https://www.dulwich.io/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ koral ];
};