From bdeb7b278165b16b5f8819690898d1b4b916788e Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 13 Feb 2023 19:13:10 +0100 Subject: [PATCH] github: add homepage and topics --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 1e9897d..dc1bd04 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -8,10 +8,10 @@ repository: description: Server-optimized nixos configuration # A URL with more information about the repository - homepage: "" + homepage: "https://numtide.github.io/srvos" # A comma-separated list of topics to set on the repository - topics: "" + topics: "nix, nixos" # Either `true` to make the repository private, or `false` to make it public. private: false