summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-19 10:14:06 +0100
committerErich Eckner <git@eckner.net>2019-02-19 10:14:06 +0100
commitd5248aa6aa2cbd2f78c2ccdc1c06c8b5b45af84a (patch)
treee59a968dded8d8cc5071645315e4828a3f5b3b52 /index.php
parent7768b0b120580073e471c00076d63807a991175d (diff)
downloadarchweb32-d5248aa6aa2cbd2f78c2ccdc1c06c8b5b45af84a.tar.xz
index.php: package groups view is implemented - do not strike it anymore
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index dfc2527..a73f03b 100644
--- a/index.php
+++ b/index.php
@@ -258,7 +258,7 @@ foreach($package_updates as $pkg) {
<h4>Development</h4>
<ul>
<li><a href="https://git.archlinux32.org/archlinux32/" title="Official Arch 32 projects (git)">Projects in Git</a></li>
- <li><a href="/groups/" title="View the available package groups"><s>Package Groups</s> (to be implemented)</a></li>
+ <li><a href="/groups/" title="View the available package groups">Package Groups</a></li>
<li><a href="/buildmaster/todos.php" title="Developer Todo Lists">Todo List</a></li>
<li><a href="/buildmaster/" title="Build Master">Build Master</a></li>
<li><a href="/releng/releases/" title="Release Engineering ISO listing"><s>ISO Release List</s> (not yet implemented)</a></li>