guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: sloccount: Update source URL.


From: guix-commits
Subject: 09/09: gnu: sloccount: Update source URL.
Date: Mon, 5 Apr 2021 06:03:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dda0ada3849719f183ee158871d382b2f57f7a59
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Apr 5 11:37:32 2021 +0200

    gnu: sloccount: Update source URL.
    
    * gnu/packages/code.scm (sloccount)[source, home-page]: Update.
---
 gnu/packages/code.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 4e30dac..a79d8b4 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2015, 2018, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013, 2015, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
@@ -180,7 +180,7 @@ around in a large, deeply nested project.")
     (version "2.26")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"http://www.dwheeler.com/sloccount/sloccount-";
+              (uri (string-append "https://dwheeler.com/sloccount/sloccount-";
                                   version ".tar.gz"))
               (sha256
                (base32
@@ -221,7 +221,7 @@ around in a large, deeply nested project.")
         #:make-flags (list (string-append "PREFIX="
                                           (assoc-ref %outputs "out")))))
     (inputs `(("perl" ,perl)))
-    (home-page "http://www.dwheeler.com/sloccount/";)
+    (home-page "https://dwheeler.com/sloccount/";)
     (synopsis "Count physical source lines of code (SLOC)")
     (description
      "SLOCCount is a set of the programs for counting source lines of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]