From 56614992c99f3c0dc821b172b79f34b5e56d527f Mon Sep 17 00:00:00 2001 From: Pere Lev Date: Mon, 21 Oct 2024 18:21:15 +0300 Subject: [PATCH] vervis.cabal: Codeberg becomes main repo + update version to 0.1 --- vervis.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vervis.cabal b/vervis.cabal index a95dd7c..33f4230 100644 --- a/vervis.cabal +++ b/vervis.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: vervis -version: 0.1 +version: 0.2 synopsis: Federated project hosting platform description: Vervis a decentralized software project hosting web application, which @@ -9,8 +9,8 @@ description: Most of the source code is in the public domain using the CC0 public domain dedication, but the application as a whole has GPL dependencies, and is released under the AGPL 3 license. -homepage: https://vervis.peers.community/repos/rjQ3E -bug-reports: pere@towards.vision +homepage: https://codeberg.org/ForgeFed/Vervis +bug-reports: https://codeberg.org/ForgeFed/Vervis/issues license: AGPL-3.0-or-later license-file: COPYING.AGPL3 author: Pere Lev @@ -28,7 +28,7 @@ extra-source-files: API.md source-repository head type: git - location: https://vervis.peers.community/repos/rjQ3E + location: https://codeberg.org/ForgeFed/Vervis flag dev description: Turn on development settings, like auto-reload templates.