diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-04-05 11:37:32 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-05 12:03:09 +0200 |
| commit | dda0ada3849719f183ee158871d382b2f57f7a59 (patch) | |
| tree | e2c1f78f8375205f7462164e009a6e9b524dadf1 /gnu/packages/code.scm | |
| parent | b6e5eb4d23d80d749462d3affde46f29e83c2a52 (diff) | |
gnu: sloccount: Update source URL.
* gnu/packages/code.scm (sloccount)[source, home-page]: Update.
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 4e30dacdf43..a79d8b4a2bb 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013, 2015, 2018, 2020 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013, 2015, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> | 3 | ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> |
| 4 | ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net> | 4 | ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net> |
| 5 | ;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> |
| @@ -180,7 +180,7 @@ around in a large, deeply nested project.") | |||
| 180 | (version "2.26") | 180 | (version "2.26") |
| 181 | (source (origin | 181 | (source (origin |
| 182 | (method url-fetch) | 182 | (method url-fetch) |
| 183 | (uri (string-append "http://www.dwheeler.com/sloccount/sloccount-" | 183 | (uri (string-append "https://dwheeler.com/sloccount/sloccount-" |
| 184 | version ".tar.gz")) | 184 | version ".tar.gz")) |
| 185 | (sha256 | 185 | (sha256 |
| 186 | (base32 | 186 | (base32 |
| @@ -221,7 +221,7 @@ around in a large, deeply nested project.") | |||
| 221 | #:make-flags (list (string-append "PREFIX=" | 221 | #:make-flags (list (string-append "PREFIX=" |
| 222 | (assoc-ref %outputs "out"))))) | 222 | (assoc-ref %outputs "out"))))) |
| 223 | (inputs `(("perl" ,perl))) | 223 | (inputs `(("perl" ,perl))) |
| 224 | (home-page "http://www.dwheeler.com/sloccount/") | 224 | (home-page "https://dwheeler.com/sloccount/") |
| 225 | (synopsis "Count physical source lines of code (SLOC)") | 225 | (synopsis "Count physical source lines of code (SLOC)") |
| 226 | (description | 226 | (description |
| 227 | "SLOCCount is a set of the programs for counting source lines of | 227 | "SLOCCount is a set of the programs for counting source lines of |
