From e787457cb8462e9635fda96338be13f3e3e6e7de Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Mon, 22 Jul 2019 09:03:05 -0800 Subject: [PATCH] Change cabal homepage to alasconnect --- ldap-client.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap-client.cabal b/ldap-client.cabal index c5195be..603ab84 100644 --- a/ldap-client.cabal +++ b/ldap-client.cabal @@ -3,7 +3,7 @@ version: 0.3.0 synopsis: Pure Haskell LDAP Client Library description: Pure Haskell LDAP client library implementing (the parts of) RFC 4511. -homepage: https://supki.github.io/ldap-client +homepage: https://github.com/alasconnect/ldap-client license: BSD2 license-file: LICENSE author: Matvey Aksenov, AlasConnect LLC