guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: milkytracker: Use HTTPS home page.


From: guix-commits
Subject: 03/08: gnu: milkytracker: Use HTTPS home page.
Date: Tue, 11 Feb 2020 23:04:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b3ee0c642a1a8bd72f6873fd536dc0c19cb63281
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:36:35 2020 +0100

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ea3bbe1..43ad19a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2999,7 +2999,7 @@ using the beets FetchArt plugin.")
 module files.  It attempts to recreate the module replay and user experience of
 the popular DOS program Fasttracker II, with special playback modes available
 for improved Amiga ProTracker 2/3 compatibility.")
-    (home-page "http://milkytracker.titandemo.org/";)
+    (home-page "https://milkytracker.titandemo.org/";)
     ;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later.
     (license (list license:bsd-3 license:gpl3+))))
 



reply via email to

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