From 40c3ff64cb10885f00f61c8132ac2d4fb4dba359 Mon Sep 17 00:00:00 2001 From: lleyton Date: Sat, 9 Mar 2024 17:36:00 -0800 Subject: [PATCH] remove codeowners (#976) --- CODEOWNERS | 30 ------------------------------ README.md | 5 ++++- 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 80bada7762..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,30 +0,0 @@ -# Repository -/.github @lleyton -/.devcontainer @lleyton -/.gitignore @windowsboy111 -/CODE_OF_CONDUCT.md @lleyton -/CONTRIBUTING.md @lleyton -/LICENSE @lleyton -/README.md @windowsboy111 -/SECURITY.md @lleyton -/anda.hcl @lleyton -/comps.xml @lleyton - -# Package maintainers -/anda/lib/libbismuth @lainsce -/anda/lib/libhelium @lainsce -/anda/others/tau-helium @lainsce -/anda/others/tau-hydrogen @lainsce - -/anda/tools/melody @lleyton -/anda/go/curlie @lleyton - -/anda/games/prismlauncher @getchoo -/anda/games/prismlauncher-nightly @getchoo -/anda/games/prismlauncher-qt5-nightly @getchoo -/anda/games/prismlauncher-qt5 @getchoo - -/anda/srpm-macros @korewaChino -/anda/rust/starship @korewaChino -/anda/rust/zellij @korewaChino -/anda/audio/distrho @korewaChino diff --git a/README.md b/README.md index e3ee9343f8..56f67cb2af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Terra Sources -[![Repository status](https://repology.org/badge/repository-big/terra_37.svg?header=Terra+37)](https://repology.org/repository/terra_37) [![Repository status](https://repology.org/badge/repository-big/terra_38.svg?header=Terra+38)](https://repology.org/repository/terra_38) +[![Repository status](https://repology.org/badge/repository-big/terra_39.svg?header=Terra+39)](https://repology.org/repository/terra_39) +[![Repository status](https://repology.org/badge/repository-big/terra_40.svg?header=Terra+40)](https://repology.org/repository/terra_40) +[![Repository status](https://repology.org/badge/repository-big/terra_rawhide.svg?header=Terra+Rawhide)](https://repology.org/repository/terra_rawhide) Terra is a rolling-release Fedora repository for all the software you need. With Terra, you can install the latest packages knowing that quality and security are assured. @@ -12,6 +14,7 @@ This monorepo contains the package manifests for all packages in Terra. ```bash sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo ``` +You should also install the `terra-release` package so that when our infrastructure has any migrations, you can be assured that your Terra installation will still work as-is. ## Documentation Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/terra/). Alternatively, the GitHub Wiki contains older versions of the documentations.