treewide: fix redirected urls (again)
Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
meta = {
|
||||
description = "Creates MIDI tracks for a soloist to perform over from a user supplied file containing chords";
|
||||
homepage = http://www.mellowood.ca/mma/index.html;
|
||||
homepage = https://www.mellowood.ca/mma/index.html;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user