From 656e7a98b9dfd722ebba0356abf88b9ef28068d3 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 27 Jun 2022 20:21:05 +0000 Subject: [PATCH] Changing main instance domain again --- INSTALL.md | 2 +- README.md | 22 +++++++++++----------- stack.yaml | 2 +- vervis.cabal | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2d61470..9521de9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,7 +49,7 @@ can install it from a distro package too, e.g.: Clone the Vervis repo: - $ darcs clone https://dev.angeley.es/s/fr33domlover/r/vervis + $ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis $ cd vervis Clone dependency libraries: diff --git a/README.md b/README.md index 980a1cb..eafb177 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ page styles (i.e. the whole UX and UI) are in a bad shape right now, so I want to write a few little guidelines to help you find your way until this situation improves. -There is a Vervis instance running at , and I +There is a Vervis instance running at , and I store my code on it. Feel free to use it and try it, however do please treat it as a demo, as it's not a reliable stable instance for general use yet. If for any reason you do with to keep some code and tickets etc. on it for actual use, @@ -52,7 +52,7 @@ time of writing, I'll try to keep this little tutorial up to date)! yet. If you find that this step is unnecessary and everything works without it, let me know :) - Host dev.openheart.work + Host vervis.peers.community ControlMaster no ForwardAgent no ForwardX11 no @@ -71,25 +71,25 @@ SSH. **HTTPS clone:** - $ darcs clone https://dev.openheart.work/s/fr33domlover/r/vervis + $ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis **SSH clone and push:** If your system username and Vervis username are identical: - $ darcs clone dev.openheart.work:wistera + $ darcs clone vervis.peers.community:wistera If the repo is under another user: - $ darcs clone dev.openheart.work:aviva/poems + $ darcs clone vervis.peers.community:aviva/poems If usernames are different: - $ darcs clone luke@dev.openheart.work:wistera + $ darcs clone luke@vervis.peers.community:wistera If the repo is under another user: - $ darcs clone luke@dev.openheart.work:aviva/poems + $ darcs clone luke@vervis.peers.community:aviva/poems A few more little notes: @@ -230,7 +230,7 @@ control. The official download location is the Darcs repository: - + There is a backup repo, not always up to date though, at: @@ -247,6 +247,6 @@ open a ticket for it! Even if you're going to implement something or try to solve it. If you're going to implement some feature or fix some bug you found, **start by -opening a ticket** [here](https://dev.openheart.work/s/fr33domlover/p/vervis/t) so -that other people will know which features are being developed and who does -what. +opening a ticket** +[here](https://vervis.peers.community/s/fr33domlover/p/vervis/t) so that other +people will know which features are being developed and who does what. diff --git a/stack.yaml b/stack.yaml index 1632cf9..abd17b8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,7 +12,7 @@ packages: # Packages to be pulled from upstream that are not in the resolver (e.g., # acme-missiles-0.3) extra-deps: - - git: https://dev.openheart.work/s/fr33domlover/r/yesod-auth-account + - git: https://vervis.peers.community/s/fr33domlover/r/yesod-auth-account commit: 2d19eea0fae58897a02372a84cc48e7696a4e288 - ./lib/darcs-lights - ./lib/darcs-rev diff --git a/vervis.cabal b/vervis.cabal index 7657ab0..12ec273 100644 --- a/vervis.cabal +++ b/vervis.cabal @@ -8,8 +8,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://dev.openheart.work/s/fr33domlover/p/vervis -bug-reports: https://dev.openheart.work/s/fr33domlover/p/vervis/t +homepage: https://vervis.peers.community/s/fr33domlover/p/vervis +bug-reports: https://vervis.peers.community/s/fr33domlover/p/vervis/t license: OtherLicense license-file: COPYING author: fr33domlover @@ -27,7 +27,7 @@ cabal-version: >=1.10 source-repository head type: darcs - location: https://dev.openheart.work/s/fr33domlover/r/vervis + location: https://vervis.peers.community/s/fr33domlover/r/vervis flag dev description: Turn on development settings, like auto-reload templates.