summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-26 01:33:42 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-30 21:48:57 +0100
commitced3ec6ce324330e755d4ab1c52f088286257415 (patch)
treef6b4cec90e81eb6516ce103584ce7f215a5d1910 /pkgs/applications/audio
parentfa5ef2cf62e6f85bbe9622cdb5362025a8e54d35 (diff)
treewide: update permanent url redirects
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/linuxband/default.nix4
-rw-r--r--pkgs/applications/audio/qmmp/default.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/linuxband/default.nix b/pkgs/applications/audio/linuxband/default.nix
index 057d45c85e99..118b54ad8587 100644
--- a/pkgs/applications/audio/linuxband/default.nix
+++ b/pkgs/applications/audio/linuxband/default.nix
@@ -7,7 +7,7 @@ in stdenv.mkDerivation rec {
pname = "linuxband";
src = fetchurl {
- url = "http://linuxband.org/assets/sources/${pname}-${version}.tar.gz";
+ url = "https://linuxband.org/assets/sources/${pname}-${version}.tar.gz";
sha256 = "1r71h4yg775m4gax4irrvygmrsclgn503ykmc2qwjsxa42ri4n2n";
};
@@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "A GUI front-end for MMA: Type in the chords, choose the groove and it will play an accompaniment";
- homepage = "http://linuxband.org/";
+ homepage = "https://linuxband.org/";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.magnetophon ];
platforms = lib.platforms.linux;
diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix
index f079b99af771..b75af645bb38 100644
--- a/pkgs/applications/audio/qmmp/default.nix
+++ b/pkgs/applications/audio/qmmp/default.nix
@@ -12,7 +12,7 @@
}:
# Additional plugins that can be added:
-# wavpack (http://www.wavpack.com/)
+# wavpack (https://www.wavpack.com/)
# gme (Game music support)
# Ogg Opus support
# BS2B effect plugin (http://bs2b.sourceforge.net/)