mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
build/maven: fix-pom-dependencies: Fix typo.
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides".
This commit is contained in:
parent
05ee7ef8b7
commit
28680722b2
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ (define* (fix-pom-dependencies pom-file inputs
|
|||
the latest version of the package. This is an association list of group IDs
|
||||
to another association list of artifact IDs to a version number.
|
||||
|
||||
Returns nothing, but overides the @var{pom-file} as a side-effect."
|
||||
Returns nothing, but overrides the @var{pom-file} as a side-effect."
|
||||
(define pom (get-pom pom-file))
|
||||
|
||||
(define (ls dir)
|
||||
|
|
Loading…
Reference in a new issue