From 0aa876feaf35e8fe482b85d81a79d3845f401ae0 Mon Sep 17 00:00:00 2001 From: Hiromi ISHII Date: Fri, 20 Dec 2024 19:56:40 +0900 Subject: [PATCH] fix: orgname --- CONTRIBUTING.md | 4 ++-- README.md | 8 ++++---- action/download-guardian.sh | 4 ++-- guardian.cabal | 10 +++++----- package.yaml | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4aa8eba..9ef9d23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,8 +32,8 @@ If you use VSCode, it is recommended to install the following extensions (as inc All the source code (except `Setup.hs`) MUST be formatted with [Fourmolu][fourmolu]. HLS supports fourmolu as a formatter, so we strongly recommend to use HLS and enable `Format on Save` in your editor. -[issue]: https://github.com/deepflowinc/guardian/issues -[pulls]: https://github.com/deepflowinc/guardian/pulls +[issue]: https://github.com/deepflowinc-oss/guardian/issues +[pulls]: https://github.com/deepflowinc-oss/guardian/pulls [splice-issue]: https://gitlab.haskell.org/ghc/ghc/-/issues/20266 [fourmolu]: https://github.com/fourmolu/fourmolu [HLS]: https://github.com/haskell/haskell-language-server diff --git a/README.md b/README.md index 5647ac1..09e1a5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # guardian - The border guardian for your package dependencies -[![Build & Test](https://github.com/deepflowinc/guardian/actions/workflows/haskell.yml/badge.svg)](https://github.com/deepflowinc/guardian/actions/workflows/haskell.yml) +[![Build & Test](https://github.com/deepflowinc-oss/guardian/actions/workflows/haskell.yml/badge.svg)](https://github.com/deepflowinc-oss/guardian/actions/workflows/haskell.yml) ![Hackage](https://img.shields.io/hackage/v/guardian) Guardian enforces dependency boundary constraints and keeps your project dependencies sane. @@ -278,14 +278,14 @@ There are several possibilities in the design of actual DAG of domains, we recom ## Installation -You can download prebuilt binaries for macOS and Linux from [Release](https://github.com/deepflowinc/guardian/releases/latest). +You can download prebuilt binaries for macOS and Linux from [Release](https://github.com/deepflowinc-oss/guardian/releases/latest). You can also use [GitHub Action](#github-actions) in your CI. To build from source, we recommend using `cabal-install >= 3.8`: ```sh -git clone git@github.com/deepflowinc/guardian.git +git clone git@github.com/deepflowinc-oss/guardian.git cd guardian cabal install ``` @@ -586,7 +586,7 @@ Example workflow: - uses: haskell-actions/setup@v2 with: ghc-version: 9.0.2 # Install needed version of ghc - - uses: deepflowinc/guardian/action@v0.4.0.0 + - uses: deepflowinc-oss/guardian/action@v0.4.0.0 name: Check with guardian with: backend: cabal # auto, cabal, or stack; auto if omitted diff --git a/action/download-guardian.sh b/action/download-guardian.sh index 101aa8a..cf04357 100755 --- a/action/download-guardian.sh +++ b/action/download-guardian.sh @@ -31,9 +31,9 @@ case "${UNAME}" in esac if [ "${RELEASE}" = "latest" ]; then - PAYLOAD=$(curl https://api.github.com/repos/deepflowinc/guardian/releases/latest) + PAYLOAD=$(curl https://api.github.com/repos/deepflowinc-oss/guardian/releases/latest) else - PAYLOAD=$(curl "https://api.github.com/repos/deepflowinc/guardian/releases/tags/v${RELEASE}") + PAYLOAD=$(curl "https://api.github.com/repos/deepflowinc-oss/guardian/releases/tags/v${RELEASE}") fi if RELEASE="$(echo "${PAYLOAD}" | jq -r ".name")"; then diff --git a/guardian.cabal b/guardian.cabal index 564d50b..811c2b5 100644 --- a/guardian.cabal +++ b/guardian.cabal @@ -1,16 +1,16 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.0. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: guardian version: 0.5.0.0 synopsis: The border guardian for your package dependencies -description: Guardian secures your Haskell monorepo package dependency boundary. Please read [README.md](https://github.com/deepflowinc/guardian#readme) for more details. +description: Guardian secures your Haskell monorepo package dependency boundary. Please read [README.md](https://github.com/deepflowinc-oss/guardian#readme) for more details. category: Development -homepage: https://github.com/deepflowinc/guardian#readme -bug-reports: https://github.com/deepflowinc/guardian/issues +homepage: https://github.com/deepflowinc-oss/guardian#readme +bug-reports: https://github.com/deepflowinc-oss/guardian/issues author: DeepFlow, Inc. maintainer: DeepFlow, Inc. copyright: (c) 2021-2023, DeepFlow, Inc. @@ -24,7 +24,7 @@ data-dir: data source-repository head type: git - location: https://github.com/deepflowinc/guardian + location: https://github.com/deepflowinc-oss/guardian flag cabal description: Enables Cabal adapter diff --git a/package.yaml b/package.yaml index a1c34bb..54da428 100644 --- a/package.yaml +++ b/package.yaml @@ -4,7 +4,7 @@ license: BSD-3-Clause author: "DeepFlow, Inc." maintainer: "DeepFlow, Inc." copyright: "(c) 2021-2023, DeepFlow, Inc." -github: deepflowinc/guardian +github: deepflowinc-oss/guardian extra-source-files: - README.md @@ -16,7 +16,7 @@ category: Development description: Guardian secures your Haskell monorepo package dependency boundary. - Please read [README.md](https://github.com/deepflowinc/guardian#readme) for more details. + Please read [README.md](https://github.com/deepflowinc-oss/guardian#readme) for more details. flags: cabal: