summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 19:49:28 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:33:08 +0100
commit0f868d8116e0d0922d2ab0a2df109e985472f0bf (patch)
treea023094f43f6c9fcf00cd47639f676f97add3167 /pkgs/applications/audio/faust
parenta04a512f343ccdb50068f61954f50ae9ad701460 (diff)
downloadnixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.gz
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.bz2
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.lz
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.xz
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.zst
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.zip
Treewide: use HTTPS on SourceForge
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust1.nix2
-rw-r--r--pkgs/applications/audio/faust/faust2.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index bf5bb781585..6e47d921d34 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -18,7 +18,7 @@ let
 
   meta = with stdenv.lib; {
     homepage = http://faust.grame.fr/;
-    downloadPage = http://sourceforge.net/projects/faudiostream/files/;
+    downloadPage = https://sourceforge.net/projects/faudiostream/files/;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ magnetophon pmahoney ];
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index cfb37e5761a..383d2deb10b 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -27,7 +27,7 @@ let
 
   meta = with stdenv.lib; {
     homepage = http://faust.grame.fr/;
-    downloadPage = http://sourceforge.net/projects/faudiostream/files/;
+    downloadPage = https://sourceforge.net/projects/faudiostream/files/;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ magnetophon pmahoney ];