summary refs log tree commit diff
path: root/pkgs/tools/misc/shelldap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/shelldap/default.nix')
-rw-r--r--pkgs/tools/misc/shelldap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/shelldap/default.nix b/pkgs/tools/misc/shelldap/default.nix
index 89257c8ffc4..bfa8ea16ed3 100644
--- a/pkgs/tools/misc/shelldap/default.nix
+++ b/pkgs/tools/misc/shelldap/default.nix
@@ -17,7 +17,7 @@ perlPackages.buildPerlPackage rec {
   '';
   outputs = [ "out" ];
   meta = with stdenv.lib; {
-    homepage = https://bitbucket.org/mahlon/shelldap/;
+    homepage = "https://bitbucket.org/mahlon/shelldap/";
     description = "A handy shell-like interface for browsing LDAP servers and editing their content";
     license = with licenses; [ bsd3 ];
     maintainers = with maintainers; [ tobiasBora ];