From 7bf837fd43e274eba00dab0644a8df6dfa055d08 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 21 Mar 2017 17:34:40 -0400 Subject: gnu: Use HTTPS URLs for GitHub home-pages. * gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub. --- gnu/packages/bioinformatics.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/bioinformatics.scm') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7c21586fcf..6ec378c0d9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3182,7 +3182,7 @@ (define-public macs #:tests? #f)) ; no test target (inputs `(("python-numpy" ,python2-numpy))) - (home-page "http://github.com/taoliu/MACS/") + (home-page "https://github.com/taoliu/MACS/") (synopsis "Model based analysis for ChIP-Seq data") (description "MACS is an implementation of a ChIP-Seq analysis algorithm for @@ -4747,7 +4747,7 @@ (define-public python-screed `(("python-nose" ,python-nose))) (inputs `(("python-bz2file" ,python-bz2file))) - (home-page "http://github.com/dib-lab/screed/") + (home-page "https://github.com/dib-lab/screed/") (synopsis "Short read sequence database utilities") (description "Screed parses FASTA and FASTQ files and generates databases. Values such as sequence name, sequence description, sequence quality and the @@ -4924,7 +4924,7 @@ (define-public seqmagick `(("python-biopython" ,python2-biopython-1.66))) (native-inputs `(("python-nose" ,python2-nose))) - (home-page "http://github.com/fhcrc/seqmagick") + (home-page "https://github.com/fhcrc/seqmagick") (synopsis "Tools for converting and modifying sequence files") (description "Bioinformaticians often have to convert sequence files between formats @@ -5969,7 +5969,7 @@ (define-public bio-blastxmlparser "Very fast parallel big-data BLAST XML file parser which can be used as command line utility. Use blastxmlparser to: Parse BLAST XML; filter output; generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, tabular output etc.") - (home-page "http://github.com/pjotrp/blastxmlparser") + (home-page "https://github.com/pjotrp/blastxmlparser") (license license:expat))) (define-public bioruby -- cgit v1.2.3