Renamed to Kalamar and updated Virtual Collection Chooser
diff --git a/Makefile.PL b/Makefile.PL
index 790ed1d..0fa8bc5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,9 +5,9 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  VERSION_FROM => 'lib/Korap.pm',
-  ABSTRACT     => 'Test Frontend for the KorAP API',
-  NAME         => 'Korap',
+  VERSION_FROM => 'lib/Kalamar.pm',
+  ABSTRACT     => 'Mojolicious based Frontend for KorAP',
+  NAME         => 'Kalamar',
   AUTHOR       => 'Nils Diewald',
   BUILD_REQUIRES => {
     'Test::More' => 0