Commit 9f13fed711563c7ea61ab1ec0681585f63452054

Thomas de Grivel 2022-11-04T11:07:15

ws

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/repo.asd b/repo.asd
index a50471b..3c59545 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,4 +1,4 @@
-;; repo  -  common interface for version control systems
+;; repo - common interface for version control systems
 ;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
 
 (defpackage :repo.system
diff --git a/repo.lisp b/repo.lisp
index 606929d..a5a06e9 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,4 +1,4 @@
-;; repo  -  common interface for version control systems
+;; repo - common interface for version control systems
 ;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
 
 (in-package :common-lisp-user)