diff options
-rwxr-xr-x | lyra.pl | 5 |
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] ) { |