about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dulwich
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2020-12-23 09:33:55 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-23 19:07:57 -0800
commit16206d0a203111a28e10cb5f289e57184bacaac7 (patch)
tree07fda4906148bafc74049aa444e46f906353daee /pkgs/development/python-modules/dulwich
parent2048734cb4c204770c0980389b8d997ced98755b (diff)
python3Packages.dulwich: adjust meta
Diffstat (limited to 'pkgs/development/python-modules/dulwich')
-rw-r--r--pkgs/development/python-modules/dulwich/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix
index 55d1f61b826f4..eb645453a3a03 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 ];
   };