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:
Patrick Hilhorst
2020-03-20 13:36:23 +01:00
parent ecce3a7bc9
commit 9fc5e7e473
30 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
version = "0.49.6";
src = fetchurl {
url = "http://traverso-daw.org/traverso-0.49.6.tar.gz";
url = "https://traverso-daw.org/traverso-0.49.6.tar.gz";
sha256 = "12f7x8kw4fw1j0xkwjrp54cy4cv1ql0zwz2ba5arclk4pf6bhl7q";
};
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Cross-platform multitrack audio recording and audio editing suite";
homepage = http://traverso-daw.org/;
homepage = https://traverso-daw.org/;
license = with licenses; [ gpl2Plus lgpl21Plus ];
platforms = platforms.all;
maintainers = with maintainers; [ coconnor ];