Change link to github

erikkaashoek 2020-05-20 08:02:56 +02:00
rodzic 4af8530ef1
commit c88ca8430c
5 zmienionych plików z 14 dodań i 14 usunięć

2
.github/CODEOWNERS vendored
Wyświetl plik

@ -1 +1 @@
* @mihtjel
* @erikkaashoek

Wyświetl plik

@ -1768,8 +1768,8 @@ class AboutWindow(QtWidgets.QWidget):
layout.addWidget(QtWidgets.QLabel("This program is licensed under the GNU General Public License version 3"))
layout.addWidget(QtWidgets.QLabel(""))
link_label = QtWidgets.QLabel("For further details, see: " +
"<a href=\"https://mihtjel.github.io/tinysa-saver/\">" +
"https://mihtjel.github.io/tinysa-saver/</a>")
"<a href=\"https://erikkaashoek.github.io/tinysa-saver/\">" +
"https://erikkaashoek.github.io/tinysa-saver/</a>")
link_label.setOpenExternalLinks(True)
layout.addWidget(link_label)
layout.addWidget(QtWidgets.QLabel(""))
@ -1847,7 +1847,7 @@ class AboutWindow(QtWidgets.QWidget):
def findUpdates(self, automatic=False):
from urllib import request, error
import json
update_url = "http://mihtjel.dk/tinysa-saver/latest.json"
update_url = "http://erikkaashoek.dk/tinysa-saver/latest.json"
try:
req = request.Request(update_url)

Wyświetl plik

@ -30,7 +30,7 @@ def main():
print("This program comes with ABSOLUTELY NO WARRANTY")
print("This program is licensed under the GNU General Public License version 3")
print("")
print("See https://github.com/mihtjel/tinysa-saver for further details")
print("See https://github.com/erikkaashoek/tinysa-saver for further details")
# Main code goes here
console_log_level = logging.WARNING
file_log_level = logging.DEBUG

Wyświetl plik

@ -1,7 +1,7 @@
[![Latest Release](https://img.shields.io/github/v/release/mihtjel/tinysa-saver.svg)](https://github.com/mihtjel/tinysa-saver/releases/latest)
[![License](https://img.shields.io/github/license/mihtjel/tinysa-saver.svg)](https://github.com/mihtjel/tinysa-saver/blob/master/LICENSE)
[![Downloads](https://img.shields.io/github/downloads/mihtjel/tinysa-saver/total.svg)](https://github.com/mihtjel/tinysa-saver/releases/)
[![GitHub Releases](https://img.shields.io/github/downloads/mihtjel/tinysa-saver/latest/total)](https://github.com/mihtjel/tinysa-saver/releases/latest)
[![Latest Release](https://img.shields.io/github/v/release/erikkaashoek/tinysa-saver.svg)](https://github.com/erikkaashoek/tinysa-saver/releases/latest)
[![License](https://img.shields.io/github/license/erikkaashoek/tinysa-saver.svg)](https://github.com/erikkaashoek/tinysa-saver/blob/master/LICENSE)
[![Downloads](https://img.shields.io/github/downloads/erikkaashoek/tinysa-saver/total.svg)](https://github.com/erikkaashoek/tinysa-saver/releases/)
[![GitHub Releases](https://img.shields.io/github/downloads/erikkaashoek/tinysa-saver/latest/total)](https://github.com/erikkaashoek/tinysa-saver/releases/latest)
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=T8KTGVDQF5K6E&item_name=TinySASaver+Development&currency_code=EUR&source=url)
Attention!!!! This is tinySA-saver derived from TinySASaver
@ -43,7 +43,7 @@ Current features:
The software was written in Python on Windows, using Pycharm, and the modules PyQT5, numpy, scipy and pyserial.
#### Binary releases
You can find the latest binary (.exe) release for Windows at https://github.com/mihtjel/tinysa-saver/releases/latest
You can find the latest binary (.exe) release for Windows at https://github.com/erikkaashoek/tinysa-saver/releases/latest
The downloadable executable runs directly, and requires no installation. For Windows 7, it does require Service Pack 1
and [Microsoft VC++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
@ -53,7 +53,7 @@ For most users, this is already installed.
1. Clone repo and cd into the directory
git clone https://github.com/mihtjel/tinysa-saver
git clone https://github.com/erikkaashoek/tinysa-saver
cd tinysa-saver
3. Run the pip installation
@ -73,7 +73,7 @@ For most users, this is already installed.
3. Clone repo and cd into the directory
git clone https://github.com/mihtjel/tinysa-saver
git clone https://github.com/erikkaashoek/tinysa-saver
cd tinysa-saver
4. Run the pip installation
@ -100,7 +100,7 @@ For most users, this is already installed.
3. TinySASaver Installation
git clone https://github.com/mihtjel/tinysa-saver
git clone https://github.com/erikkaashoek/tinysa-saver
cd tinysa-saver
4. Install local pip packages

Wyświetl plik

@ -35,7 +35,7 @@ with open("README.md", "r") as fh:
setup(
name='TinySASaver',
url='https://github.com/mihtjel/tinysa-saver',
url='https://github.com/erikkaashoek/tinysa-saver',
version=version,
author='Rune B. Broberg',
author_email='',