From da0757c51d06edc5725f5d8d5853b79278592efd Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Tue, 7 May 2019 19:36:37 +1200 Subject: [PATCH] Update link to netdb.h spec --- network-bsd.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-bsd.cabal b/network-bsd.cabal index eb857f5..97094e7 100644 --- a/network-bsd.cabal +++ b/network-bsd.cabal @@ -7,7 +7,7 @@ maintainer: Kazu Yamamoto, Herbert Valerio Riedel synopsis: POSIX network database () API description: This package provides Haskell bindings to the - the [POSIX network database () API](http://pubs.opengroup.org/onlinepubs/009696699/basedefs/netdb.h.html). + the [POSIX network database () API](http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html). . === Relationship to the @network@ package .