treewide: update URLs, .github/settings.yml: update team (#284)

* treewide: update URLs

* .github/settings.yml: update team
This commit is contained in:
zowoq 2023-11-04 19:17:06 +10:00 committed by GitHub
parent 5c485bc3dc
commit d725309c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View File

@ -8,7 +8,7 @@ repository:
description: NixOS profiles for servers
# A URL with more information about the repository
homepage: "https://numtide.github.io/srvos"
homepage: "https://nix-community.github.io/srvos"
# A comma-separated list of topics to set on the repository
topics: "nix, nixos"
@ -94,7 +94,7 @@ collaborators:
# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
teams:
- name: network
- name: srvos
# The permission to grant the team. Can be one of:
# * `pull` - can pull, but not push to or administer this repository.
# * `push` - can pull and push, but not administer this repository.

View File

@ -17,7 +17,7 @@ example to deploy a GitHub Action runner on Hetzner:
{
description = "My machines flakes";
inputs = {
srvos.url = "github:numtide/srvos";
srvos.url = "github:nix-community/srvos";
# Use the version of nixpkgs that has been tested to work with SrvOS
# Alternativly we also support the latest nixos release and unstable
nixpkgs.follows = "srvos/nixpkgs";

View File

@ -8,7 +8,7 @@ If you want to make sure to use a tested version, use the "follows" mechanims of
```nix
{
inputs.srvos.url = "github:numtide/srvos";
inputs.srvos.url = "github:nix-community/srvos";
# Use the version of nixpkgs that has been tested to work with SrvOS
inputs.nixpkgs.follows = "srvos/nixpkgs";
}

View File

@ -21,7 +21,7 @@ Combining all of those together, here is how your `flake.nix` might look like, t
{
description = "My machines flakes";
inputs = {
srvos.url = "github:numtide/srvos";
srvos.url = "github:nix-community/srvos";
# Use the version of nixpkgs that has been tested to work with SrvOS
# Alternativly we also support the latest nixos release and unstable
nixpkgs.follows = "srvos/nixpkgs";

View File

@ -2,7 +2,7 @@
## Bugs
If you found a bug, feel free to create a new [GitHub issue](https://github.com/numtide/srvos/issues/new/choose).
If you found a bug, feel free to create a new [GitHub issue](https://github.com/nix-community/srvos/issues/new/choose).
## Feature development

View File

@ -9,8 +9,8 @@
```nix
{
inputs.nixos-anywhere.url = "github:numtide/nixos-anywere";
inputs.srvos.url = "github:numtide/srvos";
inputs.nixos-anywhere.url = "github:nix-community/nixos-anywhere";
inputs.srvos.url = "github:nix-community/srvos";
inputs.disko.url = "github:nix-community/disko";
outputs = { self, nixos-remote, srvos, disko, nixpkgs }: {

View File

@ -4,9 +4,9 @@ INHERIT: !ENV MKDOCS_NUMTIDE_THEME
site_name: SrvOS
site_description: NixOS profiles for servers
site_url: https://numtide.github.io/srvos/
repo_name: 'numtide/srvos'
repo_url: https://github.com/numtide/srvos
site_url: https://nix-community.github.io/srvos/
repo_name: 'nix-community/srvos'
repo_url: https://github.com/nix-community/srvos
edit_uri: edit/main/docs
### Navigation ###