Commit 83ab709c9ba62243f38e27afb9e593c25cc1be49

Thomas de Grivel 2022-11-04T10:58:58

ws

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)