mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use HTTPS for github.com (and subdomains) home pages.
* gnu/packages/bioconductor.scm (r-qvalue)[home-page]: Use HTTPS and follow permanent redirection. * gnu/packages/check.scm (python-codecov, python-nosexcover) [home-page]: Likewise. * gnu/packages/cran.scm (r-ffbase, r-ggrepel, r-valr) [home-page]: Likewise. * gnu/packages/crates-io.scm (rust-block-0.1, rust-dispatch-0.1) (rust-objc-0.2, rust-objc-exception-0.1) (rust-objc-foundation-0.1, rust-objc-id-0.1, rust-objc-test-utils-0.0) (rust-onig-5.0, rust-onig-sys-69.2, rust-vergen-3.1) [home-page]: Likewise. * gnu/packages/finance.scm (ledger-agent, keepkey-agent) [home-page]: Likewise. * gnu/packages/haskell-check.scm (ghc-tasty-expected-failure) [home-page]: Likewise. * gnu/packages/haskell-web.scm (ghc-bsb-http-chunked, ghc-warp) (ghc-warp-tls)[home-page]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-configurator, ghc-hasktags) (ghc-linear, ghc-newtype-generics, ghc-retry, ghc-xdg-basedir) (ghc-pretty-show)[home-page]: Likewise. * gnu/packages/java.scm (java-javax-inject)[home-page]: Likewise. * gnu/packages/libffi.scm (ruby-ffi)[home-page]: Likewise. * gnu/packages/linux.scm (procenv)[home-page]: Likewise. * gnu/packages/python-web.scm (python-aiodns, python-flask-htpasswd) (python-pycares)[home-page]: Likewise. * gnu/packages/python-xyz.scm (python-progressbar33, python-whatever) (python-funcy)[home-page]: Likewise. * gnu/packages/ruby.scm (ruby-rubyzip, ruby-spinach, ruby-gherkin-ruby) (ruby-code-statistics, ruby-colorize, ruby-wwtd)[home-page]: Likewise.
This commit is contained in:
parent
228d290106
commit
702a101257
14 changed files with 44 additions and 44 deletions
|
@ -2458,7 +2458,7 @@ Ruby Gems.")
|
|||
(synopsis "Ruby module is for reading and writing zip files")
|
||||
(description
|
||||
"The rubyzip module provides ways to read from and create zip files.")
|
||||
(home-page "http://github.com/rubyzip/rubyzip")
|
||||
(home-page "https://github.com/rubyzip/rubyzip")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public ruby-simplecov-html
|
||||
|
@ -4758,7 +4758,7 @@ file or directories are modified.")
|
|||
(package
|
||||
(name "ruby-spinach")
|
||||
(version "0.11.0")
|
||||
(home-page "http://github.com/codegram/spinach")
|
||||
(home-page "https://github.com/codegram/spinach")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "spinach" version))
|
||||
|
@ -6630,7 +6630,7 @@ It is intended be used by all Cucumber implementations to parse
|
|||
(package
|
||||
(name "ruby-gherkin-ruby")
|
||||
(version "0.3.2")
|
||||
(home-page "http://github.com/codegram/gherkin-ruby")
|
||||
(home-page "https://github.com/codegram/gherkin-ruby")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "gherkin-ruby" version))
|
||||
|
@ -8855,7 +8855,7 @@ integrates other mathematical standard libraries. Prior to Ruby 2.5,
|
|||
(description
|
||||
"This gem is a port of the rails 'rake stats' method so it can be made
|
||||
more robust and work for non rails projects.")
|
||||
(home-page "http://github.com/danmayer/code_statistics")
|
||||
(home-page "https://github.com/danmayer/code_statistics")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-rubypants
|
||||
|
@ -9057,7 +9057,7 @@ RFC 3987, and RFC 6570 (level 4), providing support for IRIs and URI templates."
|
|||
"This package extends the @code{String} class and adds a
|
||||
@code{ColorizedString} with methods to set text color, background color,
|
||||
and text effects.")
|
||||
(home-page "http://github.com/fazibear/colorize")
|
||||
(home-page "https://github.com/fazibear/colorize")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public ruby-colorator
|
||||
|
@ -10602,7 +10602,7 @@ which snapshots to consider and what files to include.")
|
|||
(package
|
||||
(name "ruby-wwtd")
|
||||
(version "1.4.1")
|
||||
(home-page "http://github.com/grosser/wwtd")
|
||||
(home-page "https://github.com/grosser/wwtd")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue