From 726a307bb0e89da1ed3545dcfd07725b38224c31 Mon Sep 17 00:00:00 2001 From: Dimitar Nestorov <8790386+dimitarnestorov@users.noreply.github.com> Date: Thu, 12 May 2022 18:17:58 +0300 Subject: [PATCH] Update nix-google-fonts-gen --- README.md | 2 +- ci/update-overlay.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5854338..1a5129f8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This [Nix overlay](https://nixos.org) contains individual packages for all the fonts from the [Google Fonts project](https://github.com/google/fonts). The packages are automatically generated using -[nix-google-fonts-gen](https://github.com/Soft/nix-google-fonts-gen) tool. +[nix-google-fonts-gen](https://github.com/dimitarnestorov/nix-google-fonts-gen) tool. Updated weekly. ## Use in NixOS configuration diff --git a/ci/update-overlay.sh b/ci/update-overlay.sh index ab6f1df5..78a57935 100755 --- a/ci/update-overlay.sh +++ b/ci/update-overlay.sh @@ -24,7 +24,7 @@ clone_fonts () { install_nix_google_fonts_gen () { echo "Installing nix-google-fonts-gen" - git clone https://github.com/Soft/nix-google-fonts-gen.git ~/nix-google-fonts-gen >/dev/null 2>&1 && + git clone https://github.com/dimitarnestorov/nix-google-fonts-gen.git ~/nix-google-fonts-gen >/dev/null 2>&1 && pushd ~/nix-google-fonts-gen && ./setup.py install && popd