gnu: Rename 's' to 's-shell'.
* gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell".
This commit is contained in:
parent
94db92f78e
commit
9a68fb6c30
1 changed files with 2 additions and 2 deletions
|
@ -503,11 +503,11 @@ Its features include:
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(license bsd-2)))
|
(license bsd-2)))
|
||||||
|
|
||||||
(define-public s
|
(define-public s-shell
|
||||||
(let ((commit "6604341edb3a775ff94415762af3ee9bd86bfb3c")
|
(let ((commit "6604341edb3a775ff94415762af3ee9bd86bfb3c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "s")
|
(name "s-shell")
|
||||||
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
|
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Reference in a new issue