mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Remove ruby-chandler.
* gnu/packages/ruby.scm (ruby-chandler): Delete variable.
This commit is contained in:
parent
9fcc85f1a2
commit
1cae7b8ede
1 changed files with 0 additions and 23 deletions
|
@ -7926,29 +7926,6 @@ (define-public ruby-octokit
|
|||
(home-page "https://github.com/octokit/octokit.rb")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-chandler
|
||||
(package
|
||||
(name "ruby-chandler")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "chandler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n8a4mr2jkcz5vaaps45g2rxa2pzy1wb7cylgw85xmmyyp14lnrr"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list ruby-rubocop))
|
||||
(propagated-inputs
|
||||
(list ruby-netrc ruby-octokit))
|
||||
(synopsis "Sync CHANGELOG entries to GitHub's release notes")
|
||||
(description "Chandler syncs a project's CHANGELOG file entries to
|
||||
GitHub's release notes to remove the need of manually entering release
|
||||
notes.")
|
||||
(home-page "https://github.com/mattbrictson/chandler")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-pry-byebug
|
||||
(package
|
||||
(name "ruby-pry-byebug")
|
||||
|
|
Loading…
Reference in a new issue