Merge pull request #115217 from jelmer/master

Fix the homepage for Dulwich 0

authored by

Martin Weinelt and committed by
GitHub
102eb68c 8fe81697

+1 -1
+1 -1
pkgs/development/python-modules/dulwich/0_19.nix
··· 23 24 meta = with lib; { 25 description = "Simple Python implementation of the Git file formats and protocols"; 26 - homepage = "https://samba.org/~jelmer/dulwich/"; 27 license = licenses.gpl2Plus; 28 maintainers = with maintainers; [ koral ]; 29 };
··· 23 24 meta = with lib; { 25 description = "Simple Python implementation of the Git file formats and protocols"; 26 + homepage = "https://www.dulwich.io/"; 27 license = licenses.gpl2Plus; 28 maintainers = with maintainers; [ koral ]; 29 };