Compare commits
2 commits
6b683b56c7
...
d112f4795b
Author | SHA1 | Date | |
---|---|---|---|
Martin Wurm | d112f4795b | ||
Martin Wurm | 77f44ad15c |
|
@ -27,7 +27,7 @@ with pkgs; let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "brokentech.cloud-${version}";
|
||||
version = "1.0";
|
||||
version = "1.1.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ links = [
|
|||
{ monitoring = { href = "https://status.brokentech.cloud", text = "See what’s most broken" } },
|
||||
{ link = { href = "https://mart-w.de/", text = "Read up on the admin" } },
|
||||
{ mastodon = { href = "https://chaos.social/@mart_w", text = "Yell at the admin" } },
|
||||
{ legal = { href = "/legal_notice", text = "Legal Notice" } },
|
||||
{ legal = { href = "/privacy", text = "Privacy Policy" } },
|
||||
{ legal = { href = "/legal_notice", text = "Legal Notice", target = "_self" } },
|
||||
{ legal = { href = "/privacy", text = "Privacy Policy", target = "_self" } },
|
||||
]
|
||||
|
||||
[module]
|
||||
|
|
Loading…
Reference in a new issue