diff --git a/repo.asd b/repo.asd
index 0b6bf37..a50471b 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,5 +1,5 @@
-;; repo - common interface for version control systems
-;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
+;; repo - common interface for version control systems
+;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
(defpackage :repo.system
(:use :cl :asdf))
diff --git a/repo.lisp b/repo.lisp
index 4d393f7..606929d 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,5 +1,5 @@
-;; repo - common interface for version control systems
-;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
+;; repo - common interface for version control systems
+;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
(in-package :common-lisp-user)