aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/ldaptor
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/ldaptor')
-rw-r--r--nixpkgs/pkgs/development/python-modules/ldaptor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/ldaptor/default.nix b/nixpkgs/pkgs/development/python-modules/ldaptor/default.nix
index 614fe60ada9..817fe79c3c9 100644
--- a/nixpkgs/pkgs/development/python-modules/ldaptor/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/ldaptor/default.nix
@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "A Pure-Python Twisted library for LDAP";
- homepage = https://github.com/twisted/ldaptor;
+ homepage = "https://github.com/twisted/ldaptor";
license = lib.licenses.mit;
};
}