diff options
author | Marius Bakke <[email protected]> | 2017-03-30 22:59:53 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2017-03-30 22:59:53 +0200 |
commit | 84157bb8bf2c610584e0836047da4c710f8eaf76 (patch) | |
tree | be5d8c7238e32802221db55a3ee83e7f6a58affb /gnu/packages/code.scm | |
parent | fa63939acba69e11df44073a7eb687bd2ba48349 (diff) | |
parent | 03d0aa8b22223b67ec9bbd363c4d5800efdbaf82 (diff) |
Merge branch 'master' into core-updates
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r-- | gnu/packages/code.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 3aaa754c09..d57fc004c7 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -57,7 +57,7 @@ ;; Needed to have cflow-mode.el installed. (native-inputs `(("emacs" ,emacs-minimal))) - (home-page "http://www.gnu.org/software/cflow/") + (home-page "https://www.gnu.org/software/cflow/") (synopsis "Create a graph of control flow within a program") (description "GNU cflow analyzes C source files and produces a graph charting the @@ -81,7 +81,7 @@ a major mode for Emacs for examining the flowcharts that it produces.") (native-inputs `(("texinfo" ,texinfo) ("autogen" ,autogen))) - (home-page "http://www.gnu.org/software/complexity/") + (home-page "https://www.gnu.org/software/complexity/") (synopsis "Analyze complexity of C functions") (description "GNU complexity provides tools for finding procedures that are @@ -123,7 +123,7 @@ highlighting your own code that seemed comprehensible when you wrote it.") (install-file (string-append data "/gtags.el") lisp) (delete-file (string-append data "/gtags.el")) #t)))))) - (home-page "http://www.gnu.org/software/global/") + (home-page "https://www.gnu.org/software/global/") (synopsis "Cross-environment source code tag system") (description "GLOBAL is a source code tagging system that functions in the same way |