Commit Diff


commit - aa3d42441d6a7314454191888aeac21682cf2cfe
commit + 62bc6ad6d22682fe40cccf5536d7f746bc0d83e2
blob - a425c4655693e1be063b0fc4564cc195e246559d (mode 644)
blob + /dev/null
--- .github/workflows/ci.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: CI
-permissions:
-  contents: read
-on:
-  push:
-jobs:
-  openbsd:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v6
-        with:
-          persist-credentials: false
-      - uses: cross-platform-actions/action@v0.32.0
-        with:
-          operating_system: openbsd
-          version: '7.8'
-          run: |
-            sudo pkg_add sqlite3
-            make test
blob - abbd13d60f487ae5e31563e54663adffd8b6fbc3
blob + 6e22b6ae380790e3ea334b2c76d2e94e9a476f44
--- html/about.html
+++ html/about.html
@@ -15,7 +15,7 @@
     <h1>About</h1>
     <p><code>deskd</code> is created by Alisdair MacLeod and released under the terms of the
         <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License</a>.
-    <p>Source code for <code>deskd</code> can be obtained from <a href="https://github.com/admacleod/deskd">here</a>.
+    <p>Source code for <code>deskd</code> can be obtained from <a href="https://alisdairmacleod.co.uk/code">here</a>.
 </div>
 </body>
 </html>