about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dulwich
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-03-05 23:54:15 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2021-03-06 00:06:39 +0000
commit26f06f8ec68b2bee5c015f0b7e9308c92e1a6a32 (patch)
treec337660fadf0224213ab50a3eed8795c35f546de /pkgs/development/python-modules/dulwich
parent54235b9b7d4e942136d2c0f15550e69d336dd0f6 (diff)
python2Packages.dulwich: Fix the homepage.
Diffstat (limited to 'pkgs/development/python-modules/dulwich')
-rw-r--r--pkgs/development/python-modules/dulwich/0_19.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dulwich/0_19.nix b/pkgs/development/python-modules/dulwich/0_19.nix
index f0d3bad7a04f4..9a09c7cc75ddf 100644
--- a/pkgs/development/python-modules/dulwich/0_19.nix
+++ b/pkgs/development/python-modules/dulwich/0_19.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Simple Python implementation of the Git file formats and protocols";
-    homepage = "https://samba.org/~jelmer/dulwich/";
+    homepage = "https://www.dulwich.io/";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ koral ];
   };