From 16206d0a203111a28e10cb5f289e57184bacaac7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Dec 2020 09:33:55 +0100 Subject: [PATCH] python3Packages.dulwich: adjust meta --- pkgs/development/python-modules/dulwich/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix index 55d1f61b826f..eb645453a3a0 100644 --- a/pkgs/development/python-modules/dulwich/default.nix +++ b/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 ]; };