diff --git a/README.md b/README.md
index ab4d641..3630bc3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# repo
-Source repository utilities for Common Lisp.
+Common interface for version control systems.
Repo along with Manifest allow you to use source repositories directly as
ASDF-installable packages. Keep it synced with upstream for development
diff --git a/repo.asd b/repo.asd
index 36880b8..a4c3982 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,5 +1,6 @@
;;
-;; repo - source repository utilities
+;; repo - common interface for version control systems
+;;
;; Copyright 2016-2017 Thomas de Grivel <thomas@lowh.net>
;;
@@ -12,7 +13,7 @@
:name "repo"
:author "Thomas de Grivel <thomas@lowh.net>"
:version "0.1"
- :description "source repository utilities"
+ :description "common interface for version control systems"
:depends-on ()
:components
((:file "repo")))
diff --git a/repo.lisp b/repo.lisp
index eddbb32..1e7d169 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,9 +1,11 @@
;;
-;; repo - source repository utilities
+;; repo - common interface for version control systems
;;
;; Copyright 2016-2017 Thomas de Grivel <thomas@lowh.net>
;;
+(in-package :common-lisp-user)
+
(defpackage :repo
(:use :common-lisp)
(:export #:repo