From 14138bfc97e69254cd1253cbe91836cf2752bd0b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 May 2018 13:57:53 -0700 Subject: [PATCH] Update GitHub link to point to haskell-nix --- hnix.cabal | 8 ++++---- package.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hnix.cabal b/hnix.cabal index 0720e35..25b3b79 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -2,15 +2,15 @@ -- -- see: https://github.com/sol/hpack -- --- hash: b51a4059aa4687700b4434028bbd96da4ce1802a1afa094d39510f0afc0324a8 +-- hash: c96b1d1f4cba42487a9e22b578ff0d761b8bbee4f2efc4da245e5fdbbe7bc718 name: hnix version: 0.5.1 synopsis: Haskell implementation of the Nix language description: Haskell implementation of the Nix language. category: System, Data, Nix -homepage: https://github.com/jwiegley/hnix#readme -bug-reports: https://github.com/jwiegley/hnix/issues +homepage: https://github.com/haskell-nix/hnix#readme +bug-reports: https://github.com/haskell-nix/hnix/issues author: John Wiegley maintainer: johnw@newartisans.com license: BSD3 @@ -427,7 +427,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/jwiegley/hnix + location: https://github.com/haskell-nix/hnix flag optimize description: Enable all optimization flags diff --git a/package.yaml b/package.yaml index da05b60..05165c0 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ name: hnix version: 0.5.1 synopsis: Haskell implementation of the Nix language -github: jwiegley/hnix +github: haskell-nix/hnix author: John Wiegley maintainer: johnw@newartisans.com category: System, Data, Nix