gnu: kiki: Rename package to kiki-the-nano-bot.
* gnu/packages/games.scm (kiki): Define in terms of 'deprecated-package'. (kiki-the-nano-bot): New variable, formerly known as "kiki".
This commit is contained in:
parent
184f5c8db1
commit
6639295f2f
|
@ -4045,9 +4045,9 @@ over 100 user-created campaigns.")
|
||||||
license:cc-by3.0
|
license:cc-by3.0
|
||||||
license:cc-by-sa3.0))))
|
license:cc-by-sa3.0))))
|
||||||
|
|
||||||
(define-public kiki
|
(define-public kiki-the-nano-bot
|
||||||
(package
|
(package
|
||||||
(name "kiki")
|
(name "kiki-the-nano-bot")
|
||||||
(version "1.0.2")
|
(version "1.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4141,6 +4141,9 @@ small robot living in the nano world, repair its maker.")
|
||||||
;; for a statement from the author.
|
;; for a statement from the author.
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public kiki
|
||||||
|
(deprecated-package "kiki" kiki-the-nano-bot))
|
||||||
|
|
||||||
(define-public teeworlds
|
(define-public teeworlds
|
||||||
(package
|
(package
|
||||||
(name "teeworlds")
|
(name "teeworlds")
|
||||||
|
|
Loading…
Reference in New Issue