services: cgit: Simplify 'serialize-module-link-path'.
* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT and UGLIFY-FIELD-NAME.
This commit is contained in:
parent
dde99782e0
commit
36027f05e9
|
@ -150,10 +150,7 @@
|
||||||
(if (null? val) ""
|
(if (null? val) ""
|
||||||
(match val
|
(match val
|
||||||
((path text)
|
((path text)
|
||||||
(format #t "repo.~a.~a=~a\n"
|
(format #t "repo.module-link.~a=~a\n" path text)))))
|
||||||
(string-drop-right (uglify-field-name 'module-link-path)
|
|
||||||
(string-length "-path"))
|
|
||||||
path text)))))
|
|
||||||
|
|
||||||
(define repository-directory? string?)
|
(define repository-directory? string?)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue