summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/jack-rack/default.nix
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-01-21 22:41:12 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 02:46:49 +0100
commit65d7e87fdb7ed8305012433753d7012312b95242 (patch)
tree2304cbe6c27dd9209531b1b374109679bb81528d /pkgs/applications/audio/jack-rack/default.nix
parent2272f206cd8063ab87fbb8e47df5d1e2c7788826 (diff)
treewide: replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/applications/audio/jack-rack/default.nix')
-rw-r--r--pkgs/applications/audio/jack-rack/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/jack-rack/default.nix b/pkgs/applications/audio/jack-rack/default.nix
index 25ee53d3f435..420c11562e2a 100644
--- a/pkgs/applications/audio/jack-rack/default.nix
+++ b/pkgs/applications/audio/jack-rack/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
be controlled using the ALSA sequencer. It's phat; it turns your
computer into an effects box.
'';
- homepage = "http://jack-rack.sourceforge.net/";
+ homepage = "https://jack-rack.sourceforge.net/";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.astsmtl ];
platforms = lib.platforms.linux;