Description: install to normal Ruby library path
 Don't need the lib prefix.
Forwarded: no
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Last-Update: 2020-12-14

---

--- a/whatweb
+++ b/whatweb
@@ -34,7 +34,7 @@
 
 $LOAD_PATH.unshift(File.join(File.expand_path(__dir__)), '.')
 
-require 'lib/whatweb'
+require 'whatweb'
 
 #
 # Command-line usage information (full)
