···23232424 meta = with lib; {
2525 description = "Simple Python implementation of the Git file formats and protocols";
2626- homepage = "https://samba.org/~jelmer/dulwich/";
2626+ longDescription = ''
2727+ Dulwich is a Python implementation of the Git file formats and protocols, which
2828+ does not depend on Git itself. All functionality is available in pure Python.
2929+ '';
3030+ homepage = "https://www.dulwich.io/";
3131+ changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS";
2732 license = licenses.gpl2Plus;
2833 maintainers = with maintainers; [ koral ];
2934 };