From d0110160bac55aed566e047b9d40a4f61a4ce27d Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:38:01 +0200 Subject: [PATCH] chore: change the rest of readme urls in module.ymls --- modules/fonts/module.yml | 4 ++-- modules/rpm-ostree/module.yml | 4 ++-- modules/signing/module.yml | 6 +++--- modules/yafti/module.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/fonts/module.yml b/modules/fonts/module.yml index 75d146c..cf22c92 100644 --- a/modules/fonts/module.yml +++ b/modules/fonts/module.yml @@ -1,6 +1,6 @@ name: fonts shortdesc: The `fonts` module can be used to install fonts from Nerd Fonts or Google Fonts. -readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/fonts/README.md +readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/fonts/README.md example: | type: fonts fonts: @@ -13,4 +13,4 @@ example: | - NerdFontsSymbolsOnly google-fonts: - Roboto - - Open Sans \ No newline at end of file + - Open Sans diff --git a/modules/rpm-ostree/module.yml b/modules/rpm-ostree/module.yml index 7c37e08..ba8ca49 100644 --- a/modules/rpm-ostree/module.yml +++ b/modules/rpm-ostree/module.yml @@ -1,6 +1,6 @@ name: rpm-ostree shortdesc: The rpm-ostree module offers pseudo-declarative package and repository management using rpm-ostree. -readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/rpm-ostree/README.md +readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/rpm-ostree/README.md example: | type: rpm-ostree repos: @@ -11,4 +11,4 @@ example: | - libadwaita remove: - firefox - - firefox-langpacks \ No newline at end of file + - firefox-langpacks diff --git a/modules/signing/module.yml b/modules/signing/module.yml index 3633c12..8626bdf 100644 --- a/modules/signing/module.yml +++ b/modules/signing/module.yml @@ -1,5 +1,5 @@ name: signing -shortdesc: The signing module is used to install the required signing policies for cosign image verification with rpm-ostree and bootc. -readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/signing/README.md +shortdesc: The signing module is used to install the required signing policies for cosign image verification with rpm-ostree and bootc. +readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/signing/README.md example: | - type: signing # this sets up the proper policy & signing files for signed images to work fully \ No newline at end of file + type: signing # this sets up the proper policy & signing files for signed images to work fully diff --git a/modules/yafti/module.yml b/modules/yafti/module.yml index 8c7ec36..74aa253 100644 --- a/modules/yafti/module.yml +++ b/modules/yafti/module.yml @@ -1,8 +1,8 @@ name: yafti shortdesc: The yafti module can be used to install yafti and set it up to run on first boot. -readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/yafti/README.md +readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/yafti/README.md example: | type: yafti custom-flatpaks: - Celluloid: io.github.celluloid_player.Celluloid - - Krita: org.kde.krita \ No newline at end of file + - Krita: org.kde.krita