Skip to content

Commit 254ba2a

Browse files
committed
Update cl-ledger.asd
1 parent c0331cc commit 254ba2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cl-ledger.asd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
22

3-
;; Copyright (c) 2003-2015, John Wiegley. All rights reserved.
3+
;; Copyright (c) 2003-2018, John Wiegley. All rights reserved.
44
;;
55
;; Redistribution and use in source and binary forms, with or without
66
;; modification, are permitted provided that the following conditions are
@@ -33,14 +33,14 @@
3333

3434
;; Redefine 'program-op' to actvate compression
3535
;; #+sbcl
36-
;; (defmethod asdf:perform ((o asdf:program-op) (c asdf:system))
37-
;; (uiop:dump-image (asdf:output-file o c) :executable t :compression t))
36+
;; (defmethod perform ((o program-op) (c system))
37+
;; (uiop:dump-image (output-file o c) :executable t :compression t))
3838

3939
(defsystem :cl-ledger
4040
:serial t
4141
:description "Double-entry accounting system."
42-
:author "Johh Wiegley <[email protected]>"
43-
:maintainer "Christophe Junke <[email protected]>"
42+
:author "John Wiegley <[email protected]>"
43+
:maintainer "Guillaume LE VAILLANT <[email protected]>"
4444
:license "BSD-3"
4545
:version "4.0.0"
4646
:depends-on (:local-time :periods-series :cambl :cl-ppcre)

0 commit comments

Comments
 (0)