summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-11-10 16:31:08 +0000
committerMarius Bakke <mbakke@fastmail.com>2016-11-10 16:33:57 +0000
commit1b35fea19f4675e9491479c4fb09a626357716db (patch)
tree2debc5b3f1c53a485e219a61c036a9900ea4962a
parent8f9c89d13b53955604d8b12a726a4e623359b156 (diff)
downloadgnu-guix-1b35fea19f4675e9491479c4fb09a626357716db.tar
gnu-guix-1b35fea19f4675e9491479c4fb09a626357716db.tar.gz
gnu: milkytracker: Update upstream location.
* gnu/packages/music.scm (milkytracker)[source]: Update source uri. [home-page]: Change to new domain. Reported-by: ng0 <ng0@we.make.ritual.n0.is>
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1c50182b37..905e244c20 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1896,7 +1896,7 @@ of tools for manipulating and accessing your music.")
(version "0.90.86")
(source (origin
(method url-fetch)
- (uri (string-append "http://milkytracker.org/files/"
+ (uri (string-append "http://milkytracker.titandemo.org/files/"
name "-" version ".tar.bz2"))
(sha256
(base32
@@ -1916,7 +1916,7 @@ of tools for manipulating and accessing your music.")
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.org/")
+ (home-page "http://milkytracker.titandemo.org/")
;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later.
(license (list license:bsd-3 license:gpl3+))))