guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: taskwarrior: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: taskwarrior: Use HTTPS home page URI.
Date: Mon, 25 May 2020 14:21:43 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0588668  gnu: taskwarrior: Use HTTPS home page URI.
0588668 is described below

commit 0588668fa8ad226e965783240317286de8f77333
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 20:21:15 2020 +0200

    gnu: taskwarrior: Use HTTPS home page URI.
    
    * gnu/packages/task-management.scm (taskwarrior)[home-page]: Use HTTPS URI.
---
 gnu/packages/task-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index a0313c1..601a361 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -52,7 +52,7 @@
             (delete-file "src/cal")
             (delete-file "src/calendar")
             (delete-file "src/tw"))))))
-     (home-page "http://taskwarrior.org";)
+     (home-page "https://taskwarrior.org";)
     (synopsis "Command line task manager")
     (description
      "Taskwarrior is a command-line task manager following the Getting Things



reply via email to

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