commit 70186c16094e6f655b3e58434f3b17c63ec9cc3a
parent 63a959518093c2e225ba9f4d86508b2011f9b58f
Author: Jackson G. Kaindume <seestem@protonmail.com>
Date: Wed, 25 Aug 2021 15:41:08 +0200
email
Diffstat:
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "funscheduler"
-authors = ["Jackson G. Kaindume <seestem@protonmail.com>"]
+authors = ["seestem <seestem@merely.tech>"]
version = "0.1.0"
edition = "2018"
description = "Time based function execution scheduler"
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2021 Jackson G. Kaindume
+Copyright (c) 2021 seestem@merely.tech
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
@@ -42,8 +42,4 @@ FunScheduler::rinterval(job, Timing::Seconds(1))
FunScheduler::after(job, Timing::Seconds(1))
```
-``` text
-.-{ seestem@protonmail.com ⧉ }-------------------------------------.
-| Written by Jackson G. Kaindume |
-'--------------------------------------------------------------[2021]+
-```
+⧉