summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:36:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-12 05:00:44 +0100
commitb3ee0c642a1a8bd72f6873fd536dc0c19cb63281 (patch)
tree2f0ee850628c90283ebefd193544297440cabdb7
parent44ff40c288e734c52d3155b41cb489811363ca71 (diff)
downloadpatches-b3ee0c642a1a8bd72f6873fd536dc0c19cb63281.tar
patches-b3ee0c642a1a8bd72f6873fd536dc0c19cb63281.tar.gz
gnu: milkytracker: Use HTTPS home page.
* gnu/packages/music.scm (milkytracker)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/music.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ea3bbe1cca..43ad19acfb 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+))))