python3Packages.dulwich: adjust meta

wip/yesman
Fabian Affolter 4 years ago committed by Jonathan Ringer
parent 2048734cb4
commit 16206d0a20
  1. 7
      pkgs/development/python-modules/dulwich/default.nix

@ -23,7 +23,12 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple Python implementation of the Git file formats and protocols";
homepage = "https://samba.org/~jelmer/dulwich/";
longDescription = ''
Dulwich is a Python implementation of the Git file formats and protocols, which
does not depend on Git itself. All functionality is available in pure Python.
'';
homepage = "https://www.dulwich.io/";
changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ koral ];
};

Loading…
Cancel
Save