about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-08-28 00:15:55 +0530
committerAndinus <andinus@nand.sh>2020-08-28 00:15:55 +0530
commitf324792bc402ab41b201a4d822bb2d4bffb850fd (patch)
tree4605e30d15c1c3b5d1fd03bd9797fef0554c86e7
parent9f5b5e75fa0aac8a9e7cedb5d04d83c2aa83fce1 (diff)
downloadlyra-f324792bc402ab41b201a4d822bb2d4bffb850fd.tar.gz
Add levonk's quotes
-rwxr-xr-xlyra.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lyra.pl b/lyra.pl
index a86345d..6f86abc 100755
--- a/lyra.pl
+++ b/lyra.pl
@@ -55,6 +55,11 @@ my %fortunes = (
         => "http://katspace.com/fandom/quotes/book",
     "katspace_quotes"
         => "http://katspace.com/fandom/quotes/quotes",
+
+    # levonk quotes (had starred kirch's fortunes repo, checked
+    # profile & found this).
+    "levon"
+        => "https://raw.githubusercontent.com/levonk/fortune/master/levonkquotes",
 );
 
 if ( $ARGV[0] ) {