diff options
author | Raphael Borun Das Gupta <git@raphael.dasgupta.ch> | 2022-04-19T19·32+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@tvl.su> | 2022-04-20T12·22+0200 |
commit | 3d26ea9e636e9cd137d9430dd36f672e83239e7b (patch) | |
tree | 58bdd8a60bed047b300a5ea59d894c21a3c29a4f /tools/nixery/README.md | |
parent | dd7de32c36845ea40b73b85084c7d5e80027d96e (diff) |
docs: change references to repo URL
The Nixery main Git repo has moved from https://github.com/google/nixery to https://github.com/tazjin/nixery . So change it in README and on the https://nixery.dev/ website.
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r-- | tools/nixery/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index 90799fac3feb..cba8ce6b14f6 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -4,7 +4,7 @@ ----------------- -[![Build Status](https://github.com/google/nixery/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/google/nixery/actions/workflows/build-and-test.yaml) +[![Build Status](https://github.com/tazjin/nixery/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/tazjin/nixery/actions/workflows/build-and-test.yaml) **Nixery** is a Docker-compatible container registry that is capable of transparently building and serving container images using [Nix][]. @@ -130,7 +130,7 @@ outlined in [a public gist][gist]. It should be trivial to deploy Nixery inside of a Kubernetes cluster with correct caching behaviour, addressing and so on. -See [issue #4](https://github.com/google/nixery/issues/4). +See [issue #4](https://github.com/tazjin/nixery/issues/4). ### Nix-native builder |