lol

python3Packages.dulwich: adjust meta

authored by

Fabian Affolter and committed by
Jonathan Ringer
16206d0a 2048734c

+6 -1
+6 -1
pkgs/development/python-modules/dulwich/default.nix
··· 23 23 24 24 meta = with lib; { 25 25 description = "Simple Python implementation of the Git file formats and protocols"; 26 - homepage = "https://samba.org/~jelmer/dulwich/"; 26 + longDescription = '' 27 + Dulwich is a Python implementation of the Git file formats and protocols, which 28 + does not depend on Git itself. All functionality is available in pure Python. 29 + ''; 30 + homepage = "https://www.dulwich.io/"; 31 + changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS"; 27 32 license = licenses.gpl2Plus; 28 33 maintainers = with maintainers; [ koral ]; 29 34 };