Skip to content

Commit f3dde52

Browse files
committed
docs: update CNAME for upstream adoption
1 parent 021ad35 commit f3dde52

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
[Hjem]: https://github.com/feel-co/hjem
44
[Danish IPA]: https://en.wikipedia.org/wiki/Help:IPA/Danish
5-
[source]: https://github.com/lunarnovaa/hjem-rum/tree/main/modules/collection
6-
[discussions]: https://github.com/lunarnovaa/hjem-rum/discussions
7-
[documentation]: https://rum.aurabora.org
8-
[our docs]: https://rum.aurabora.org/contributing/introduction.html
5+
[source]: https://github.com/snugnug/hjem-rum/tree/main/modules/collection
6+
[discussions]: https://github.com/snugnug/hjem-rum/discussions
7+
[documentation]: https://rum.snugnug.org
8+
[our docs]: https://rum.snugnug.org/contributing/introduction.html
99
[@NotAShelf]: https://github.com/NotAShelf
1010
[@éclairevoyant]: https://github.com/eclairevoyant
11-
[contributors]: https://github.com/lunarnovaa/hjem-rum/graphs/contributors
11+
[contributors]: https://github.com/snugnug/hjem-rum/graphs/contributors
1212
[Home Manager]: https://github.com/nix-community/home-manager
1313
[GPLv3]: https://www.gnu.org/licenses/gpl-3.0.en.html
14-
[license at the top level of our codebase]: https://github.com/lunarnovaa/hjem-rum/blob/main/LICENSE
14+
[license at the top level of our codebase]: https://github.com/snugnug/hjem-rum/blob/main/LICENSE
1515
[CC-BY-NC-SA 4.0]: https://creativecommons.org/licenses/by-nc-sa/4.0/
16-
[license within the documentation directory]: https://github.com/lunarnovaa/hjem-rum/blob/main/docs/manual/LICENSE
16+
[license within the documentation directory]: https://github.com/snugnug/hjem-rum/blob/main/docs/manual/LICENSE
1717

1818
A module collection for managing your `$HOME` with [Hjem].
1919

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rum.aurabora.org
1+
rum.snugnug.org

docs/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div>
2-
Built with <a href='https://github.com/feel-co/ndg'>ndg</a> from <a
3-
href='https://github.com/lunarnovaa/hjem-rum'
4-
>lunarnovaa/hjem-rum</a>
2+
Built with <a href='https://www.github.com/feel-co/ndg'>ndg</a> from <a
3+
href='https://www.github.com/snugnug/hjem-rum'
4+
>snugnug/hjem-rum</a>
55
</div>
66
<div>
77
For more information on the SNUG, see <a href='https://github.com/snugnug'

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
inherit docs;
6565
docsLinkCheck = pkgs.testers.lycheeLinkCheck {
6666
site = docs;
67-
remap."rum.aurabora.org" = docs;
67+
remap."rum.snugnug.org" = docs;
6868
extraConfig.exclude = [];
6969
};
7070
});

0 commit comments

Comments
 (0)