Skip to content

Commit

Permalink
treewide: move to nix-community
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Dec 27, 2024
1 parent 9ee89d7 commit 1caca56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meant to be a drop-in replacement.

## Documentation

Docs are available at <https://willibutz.github.io/preservation>
Docs are available at <https://nix-community.github.io/preservation>

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ src = "src"

[output.html]
additional-css = ["custom.css"]
git-repository-url = "https://github.com/willibutz/preservation"
edit-url-template = "https://github.com/willibutz/preservation/edit/main/docs/{path}"
git-repository-url = "https://github.com/nix-community/preservation"
edit-url-template = "https://github.com/nix-community/preservation/edit/main/docs/{path}"
2 changes: 1 addition & 1 deletion docs/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if pkgs.lib.hasPrefix "${flakeOutPath}/" declaration then
{
inherit name;
url = "https://github.com/willibutz/preservation/blob/main/${name}";
url = "https://github.com/nix-community/preservation/blob/main/${name}";
}
else
declaration
Expand Down

0 comments on commit 1caca56

Please # to comment.