From dd12b49bbe419c1cc414b66ebdbd93299a76c99c Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Fri, 8 Mar 2024 12:40:15 +0100 Subject: [PATCH] Move repository to Gitea --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d06e5bc..2ab737b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ SortBin has only been tested on Linux. To use SortBin, you must compile the source code. Clone the repository, then build as follows: ``` -git clone https://github.com/jorisvr/sortbin.git +git clone https://git.jorisvr.nl/joris/sortbin.git cd sortbin make ``` @@ -84,12 +84,6 @@ SortBin is just a hobby project, not production-quality software. My limited testing suggests that the tool works correctly and is reasonably efficient. Testing was done on Linux, but the tool should probably also work on other POSIX systems. -If you notice any bugs in SortBin, please let me know by making an issue in the Github repository. - -I will try to respond to issue reports, but I can not promise to fix all bugs. -I will probably not work on feature requests or accept pull requests either. -This is, after all, just a hobby project. - ## How it works