aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-25 16:41:32 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-25 16:41:32 +0300
commit651397c47975e061fede202e61315285026756c0 (patch)
tree752b17498617fea19bb5569daba7f1ef7bc3dea6
parentapp/packages: cleanup unused code (diff)
downloadsoko-651397c47975e061fede202e61315285026756c0.tar.gz
soko-651397c47975e061fede202e61315285026756c0.tar.bz2
soko-651397c47975e061fede202e61315285026756c0.zip
update readme, add myself as contributor
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--README.md11
-rwxr-xr-xbin/sokobin18788936 -> 0 bytes
2 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9dcf412..44cd238 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
<p align="center">
<a href="https://gitlab.com/gentoo/soko/-/pipelines"> <img src="https://gitlab.com/gentoo/soko/badges/master/pipeline.svg"></a>
-<a href="https://blog.golang.org/go1.14" ><img src="https://img.shields.io/badge/Go-v1.14-blue"></a>
+<a href="https://blog.golang.org/go1.19" ><img src="https://img.shields.io/badge/Go-v1.19-blue"></a>
<a href="#contributing"> <img src="https://img.shields.io/badge/contributions-welcome-orange.svg"></a>
<a href="https://packagestest.gentoo.org"><img src="https://img.shields.io/badge/staging%20environment-develop-blue" /></a>
<a href="https://opensource.org/licenses/TBD"><img src="https://img.shields.io/badge/license-TBD-blue.svg"></a>
@@ -14,7 +14,7 @@
This the code that powers [packages.gentoo.org](https://packages.gentoo.org/), internally codenamed soko which is Korean for package (who would have thought!)
-## Table Of Contents
+## Table Of Contents
- [Usage](#usage)
- [Contributing](#contributing)
@@ -23,7 +23,7 @@ This the code that powers [packages.gentoo.org](https://packages.gentoo.org/), i
## Usage
-To get started quickly you can use docker-compose:
+To get started quickly you can use docker-compose:
```
$ docker-compose up
```
@@ -48,9 +48,10 @@ Some of the rewrites were complete flops, and never went public.
* Golang
* PostgreSQL backend.
* Authors:
- * [Max Magorsch](mailto:arzano@gentoo.org)
+ * [Max Magorsch (arzano)](mailto:arzano@gentoo.org)
* Contributors:
* [Alec Warner (antarus)](mailto:antarus@gentoo.org)
+ * [Arthur Zamarin (arthurzam)](mailto:arthurzam@gentoo.org)
### 2016-2019: 'kkuleomi'
* https://gitweb.gentoo.org/sites/packages.git/
@@ -108,4 +109,4 @@ Some of the rewrites were complete flops, and never went public.
* [Albert Hopkins (marduk)](mailto:marduk@gentoo.org)
* Contributors: (unknown)
-## License \ No newline at end of file
+## License
diff --git a/bin/soko b/bin/soko
deleted file mode 100755
index 99ef2d6..0000000
--- a/bin/soko
+++ /dev/null
Binary files differ