From cb42d0bf0868e36d2092a62b763eda62c555c711 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Mon, 23 Sep 2024 14:46:41 +0100 Subject: [PATCH] Update repo location in cabal file This ensures the Hackage page sends people to the right place. --- elm2nix.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elm2nix.cabal b/elm2nix.cabal index f3f8950..d8ba40c 100644 --- a/elm2nix.cabal +++ b/elm2nix.cabal @@ -5,9 +5,9 @@ name: elm2nix version: 0.3.1 synopsis: Turn your Elm project into buildable Nix project -description: Please see the README on Github at -homepage: https://github.com/domenkozar/elm2nix#readme -bug-reports: https://github.com/domenkozar/elm2nix/issues +description: Please see the README on Github at +homepage: https://github.com/cachix/elm2nix#readme +bug-reports: https://github.com/cachix/elm2nix/issues author: Domen Kozar maintainer: domen@dev.si copyright: 2017-2022 Domen Kozar @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/domenkozar/elm2nix + location: https://github.com/cachix/elm2nix library hs-source-dirs: