me
/
guix
Archived
1
0
Fork 0

gnu: Remove ruby-chandler.

* gnu/packages/ruby.scm (ruby-chandler): Delete variable.
master
Maxim Cournoyer 2023-01-08 22:43:52 -05:00
parent 9fcc85f1a2
commit 1cae7b8ede
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 23 deletions

View File

@ -7926,29 +7926,6 @@ follows Ruby conventions and requires little knowledge of REST.")
(home-page "https://github.com/octokit/octokit.rb") (home-page "https://github.com/octokit/octokit.rb")
(license license:expat))) (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 (define-public ruby-pry-byebug
(package (package
(name "ruby-pry-byebug") (name "ruby-pry-byebug")