Merge pull request #115217 from jelmer/master

Fix the homepage for Dulwich 0
This commit is contained in:
Martin Weinelt 2021-03-06 01:10:13 +01:00 committed by GitHub
commit 102eb68cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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