mirror of
https://github.com/Noratrieb/quotdd.git
synced 2026-01-14 16:25:03 +01:00
rename to the typo i keep making
This commit is contained in:
parent
094afb02fe
commit
8b7daaf0cf
4 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -216,7 +216,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "qotdd"
|
name = "quotdd"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eyre",
|
"eyre",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "qotdd"
|
name = "quotdd"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# qotdd
|
# quotdd
|
||||||
|
|
||||||
Quote of The Day Daemon.
|
**Qu**ote **o**f **T**he **D**ay **D**aemon.
|
||||||
|
|
||||||
A small service implementing the Quote of the Day protocol according to [RFC 865](https://datatracker.ietf.org/doc/html/rfc865).
|
A small service implementing the Quote of the Day protocol according to [RFC 865](https://datatracker.ietf.org/doc/html/rfc865).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }: pkgs.rustPlatform.buildRustPackage {
|
{ pkgs ? import <nixpkgs> { } }: pkgs.rustPlatform.buildRustPackage {
|
||||||
src = pkgs.lib.cleanSource ./.;
|
src = pkgs.lib.cleanSource ./.;
|
||||||
pname = "qotdd";
|
pname = "quotdd";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue