Skip to content

Commit d4c4e31

Browse files
committed
docs: update CNAME for upstream adoption
1 parent 0ef3848 commit d4c4e31

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>
7-
Protected under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC-BY-NC-SA 4.0</a> in accordance with our <a href='https://github.com/lunarnovaa/hjem-rum/blob/main/docs/manual/LICENSE'>LICENSE</a>
7+
Protected under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC-BY-NC-SA 4.0</a> in accordance with our <a href='https://github.com/snugnug/hjem-rum/blob/main/docs/manual/LICENSE'>LICENSE</a>
88
</div>
99
<div>
1010
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
@@ -66,7 +66,7 @@
6666
inherit docs;
6767
docsLinkCheck = pkgs.testers.lycheeLinkCheck {
6868
site = docs;
69-
remap."rum.aurabora.org" = docs;
69+
remap."rum.snugnug.org" = docs;
7070
extraConfig.exclude = [];
7171
};
7272
});

0 commit comments

Comments
 (0)