aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/dulwich/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/dulwich/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/dulwich/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/dulwich/default.nix b/nixpkgs/pkgs/development/python-modules/dulwich/default.nix
index 785f37144be..01ad71883ce 100644
--- a/nixpkgs/pkgs/development/python-modules/dulwich/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/dulwich/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Simple Python implementation of the Git file formats and protocols";
- homepage = https://samba.org/~jelmer/dulwich/;
+ homepage = "https://samba.org/~jelmer/dulwich/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ koral ];
};