gnu: Rename 's' to 's-shell'.

* gnu/packages/shells.scm (s): Rename to ...
(s-shell): ... this.
[name]: Change to "s-shell".
master
Mark H Weaver 2017-06-07 18:18:39 -04:00
parent 94db92f78e
commit 9a68fb6c30
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -503,11 +503,11 @@ Its features include:
@end enumerate\n")
(license bsd-2)))
(define-public s
(define-public s-shell
(let ((commit "6604341edb3a775ff94415762af3ee9bd86bfb3c")
(revision "1"))
(package
(name "s")
(name "s-shell")
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
(source
(origin