gnu: milkytracker: Use HTTPS home page.

* gnu/packages/music.scm (milkytracker)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:36:35 +01:00
parent 44ff40c288
commit b3ee0c642a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2999,7 +2999,7 @@ (define-public milkytracker
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+))))