M LICENSE => LICENSE +1 -1
@@ 1,6 1,6 @@
MIT License
-Copyright (c) 2020 Siegfried Ehret
+Copyright (c) 2020-present Siegfried Ehret
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
M src/routes/freezer/index.svelte => src/routes/freezer/index.svelte +14 -1
@@ 92,7 92,20 @@
}
</style>
-<h1>Available apps in the freezer repository</h1>
+<h1>brrr and freezer are deprecated</h1>
+
+<p><code>brrr</code> is now deprecated and you are invited to use <a href="https://asdf-vm.com/">asdf-vm</a> instead. Read the <a href="https://ehret.me/en/brrr-the-end.html">announcement</a>.</p>
+
+<p>You can find your favorite tools at:</p>
+
+<ul>
+ <li><a href="https://github.com/asdf-vm/asdf-plugins">The official asdf plugins</a></li>
+ <li><a href="https://github.com/nyrst?q=asdf-&type=&language=&sort=">The Nysrt organization</a></li>
+</ul>
+
+<p>Note: all files and binaries remain available.</p>
+
+<h2>Apps in the freezer repository</h2>
<nav>
<button class:enabled={archKey === "all"} on:click={filter()} title="All">All</button>
M src/routes/index.svelte => src/routes/index.svelte +12 -3
@@ 8,7 8,7 @@
text-shadow: 5px 5px var(--color-second);
}
- a {
+ a.nyrst-link {
display: block;
margin: 1rem 0;
padding: 1rem;
@@ 58,15 58,24 @@
<h1>nyrst.tools</h1>
-<a href="https://brrr.nyrst.tools">
+<p><code>brrr</code> is now deprecated and you are invited to use <a href="https://asdf-vm.com/">asdf-vm</a> instead. Read the <a href="https://ehret.me/en/brrr-the-end.html">announcement</a>. All files and binaries remain available.</p>
+
+<a class="nyrst-link" href="https://brrr.nyrst.tools">
<span class="name">🔧 brrr</span>
<span class="description">Yet another package manager</span>
</a>
-<a href="/freezer">
+<a class="nyrst-link" href="/freezer">
<span class="name">❄️ freezer</span>
<span class="description">Package definitions for brrr</span>
</a>
+<p>Some packages are not in the official <a href="https://github.com/asdf-vm/asdf-plugins">asdf plugins list</a> are available in the Nyrst organization:</p>
+
+<a class="nyrst-link" href="https://github.com/nyrst?q=asdf-&type=&language=&sort=">
+ <span class="name">🔧 asdf plugins</span>
+ <span class="description">Various plugins for the asdf package manager</span>
+</a>
+
<figure>
<picture>
<source type='image/avif' srcset='nyrst.avif'>