From 14462d5ecd4b404c105aa2f8c57e500841a330b3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Dec 2019 01:24:02 +0000 Subject: [PATCH] chore(alcoholic_jwt): Prepare for depot merge --- .travis.yml | 2 -- CODE_OF_CONDUCT.md | 20 -------------------- .gitignore => net/alcoholic_jwt/.gitignore | 0 Cargo.toml => net/alcoholic_jwt/Cargo.toml | 0 LICENSE => net/alcoholic_jwt/LICENSE | 0 README.md => net/alcoholic_jwt/README.md | 0 {src => net/alcoholic_jwt/src}/lib.rs | 0 {src => net/alcoholic_jwt/src}/tests.rs | 0 8 files changed, 22 deletions(-) delete mode 100644 .travis.yml delete mode 100644 CODE_OF_CONDUCT.md rename .gitignore => net/alcoholic_jwt/.gitignore (100%) rename Cargo.toml => net/alcoholic_jwt/Cargo.toml (100%) rename LICENSE => net/alcoholic_jwt/LICENSE (100%) rename README.md => net/alcoholic_jwt/README.md (100%) rename {src => net/alcoholic_jwt/src}/lib.rs (100%) rename {src => net/alcoholic_jwt/src}/tests.rs (100%) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b0e032f1..000000000 --- a/.travis.yml +++ /dev/null @@ -1,2 +0,0 @@ -language: rust -cache: cargo diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index c4013ac13..000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,20 +0,0 @@ -A SERMON ON ETHICS AND LOVE -=========================== - -One day Mal-2 asked the messenger spirit Saint Gulik to approach the Goddess and request Her presence for some desperate advice. Shortly afterwards the radio came on by itself, and an ethereal female Voice said **YES?** - -"O! Eris! Blessed Mother of Man! Queen of Chaos! Daughter of Discord! Concubine of Confusion! O! Exquisite Lady, I beseech You to lift a heavy burden from my heart!" - -**WHAT BOTHERS YOU, MAL? YOU DON'T SOUND WELL.** - -"I am filled with fear and tormented with terrible visions of pain. Everywhere people are hurting one another, the planet is rampant with injustices, whole societies plunder groups of their own people, mothers imprison sons, children perish while brothers war. O, woe." - -**WHAT IS THE MATTER WITH THAT, IF IT IS WHAT YOU WANT TO DO?** - -"But nobody Wants it! Everybody hates it." - -**OH. WELL, THEN *STOP*.** - -At which moment She turned herself into an aspirin commercial and left The Polyfather stranded alone with his species. - -SINISTER DEXTER HAS A BROKEN SPIROMETER. diff --git a/.gitignore b/net/alcoholic_jwt/.gitignore similarity index 100% rename from .gitignore rename to net/alcoholic_jwt/.gitignore diff --git a/Cargo.toml b/net/alcoholic_jwt/Cargo.toml similarity index 100% rename from Cargo.toml rename to net/alcoholic_jwt/Cargo.toml diff --git a/LICENSE b/net/alcoholic_jwt/LICENSE similarity index 100% rename from LICENSE rename to net/alcoholic_jwt/LICENSE diff --git a/README.md b/net/alcoholic_jwt/README.md similarity index 100% rename from README.md rename to net/alcoholic_jwt/README.md diff --git a/src/lib.rs b/net/alcoholic_jwt/src/lib.rs similarity index 100% rename from src/lib.rs rename to net/alcoholic_jwt/src/lib.rs diff --git a/src/tests.rs b/net/alcoholic_jwt/src/tests.rs similarity index 100% rename from src/tests.rs rename to net/alcoholic_jwt/src/tests.rs