Change some github references to sourcehut

This commit is contained in:
Pistos 2021-08-26 09:49:00 -05:00
parent c65be07253
commit d45c05129f
3 changed files with 7 additions and 7 deletions

View file

@ -16,9 +16,9 @@ Under Debian and Ubuntu derivatives, you'll need the following dependencies:
## DOWNLOAD
The latest development code can be obtained from github:
The latest development code can be obtained from sourcehut:
git clone git://github.com/Pistos/diakonos.git
git clone https://git.sr.ht/~pistos/diakonos
## INSTALLATION
@ -73,7 +73,7 @@ To dig deeper into Diakonos' rich feature set, see https://github.com/Pistos/dia
----------------------------------------------------------------
The source code repository is at http://github.com/Pistos/diakonos .
The source code repository is at git clone https://git.sr.ht/~pistos/diakonos .
Send comments, feedback and tech support requests to the ##pistos channel on
the Libera IRC network.

View file

@ -16,9 +16,9 @@ Under Debian and Ubuntu derivatives, you'll need the following dependencies:
== DOWNLOAD
The latest development code can be obtained from github:
The latest development code can be obtained from sourcehut:
git clone git://github.com/Pistos/diakonos.git
git clone https://git.sr.ht/~pistos/diakonos
== INSTALLATION
@ -73,7 +73,7 @@ To dig deeper into Diakonos' rich feature set, see https://github.com/Pistos/dia
----------------------------------------------------------------
The source code repository is at http://github.com/Pistos/diakonos .
The source code repository is at https://git.sr.ht/~pistos/diakonos .
Send comments, feedback and tech support requests to the ##pistos channel on
the Libera IRC network.

View file

@ -19,7 +19,7 @@ module Diakonos
puts "Fetching configuration from #{location}..."
begin
open( "http://github.com/Pistos/diakonos/tree/#{location}/diakonos.conf?raw=true" ) do |http|
open( "https://git.sr.ht/~pistos/diakonos/blob/master/diakonos.conf" ) do |http|
text = http.read
if text =~ /key/ && text =~ /colour/ && text =~ /lang/
found = true