From da90065a8748e39cdcd254afa9b2c93ee6833a54 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 25 Jun 2020 18:11:57 +0200 Subject: [PATCH] Fix homepage in cabal file --- rtnetlink.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtnetlink.cabal b/rtnetlink.cabal index 21e4ccd..5fd4ae6 100644 --- a/rtnetlink.cabal +++ b/rtnetlink.cabal @@ -19,7 +19,7 @@ category: Network, System build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 -homepage: https://github.com/protoben/rtnetlink.hs +homepage: https://github.com/protoben/rtnetlink-hs flag examples description: Build example programs