about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-06-27 13:12:57 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-27 22:12:57 +0200
commitfce8f26af6ef8209c7d282938e9457438746841b (patch)
tree021c661bfad3ef71e6bafde959858331ed3bb5ba /pkgs/applications/audio
parentfd6830274156d6613ec053108fa4cc8ee8efead3 (diff)
downloadnixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.gz
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.bz2
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.lz
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.xz
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.zst
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.zip
treewide: http -> https (#42665)
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/cdparanoia/default.nix2
-rw-r--r--pkgs/applications/audio/rosegarden/default.nix2
-rw-r--r--pkgs/applications/audio/vorbis-tools/default.nix2
-rw-r--r--pkgs/applications/audio/ympd/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/cdparanoia/default.nix b/pkgs/applications/audio/cdparanoia/default.nix
index 760b04bef005..96330d4e9557 100644
--- a/pkgs/applications/audio/cdparanoia/default.nix
+++ b/pkgs/applications/audio/cdparanoia/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage = http://xiph.org/paranoia;
+    homepage = https://xiph.org/paranoia;
     description = "A tool and library for reading digital audio from CDs";
     platforms = stdenv.lib.platforms.unix;
   };
diff --git a/pkgs/applications/audio/rosegarden/default.nix b/pkgs/applications/audio/rosegarden/default.nix
index d881afa7f5f0..e57d85de05a9 100644
--- a/pkgs/applications/audio/rosegarden/default.nix
+++ b/pkgs/applications/audio/rosegarden/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation (rec {
   enableParallelBuilding = true;
 
   meta = with stdenv.lib; {
-    homepage = http://www.rosegardenmusic.com/;
+    homepage = https://www.rosegardenmusic.com/;
     description = "Music composition and editing environment";
     longDescription = ''
       Rosegarden is a music composition and editing environment based around
diff --git a/pkgs/applications/audio/vorbis-tools/default.nix b/pkgs/applications/audio/vorbis-tools/default.nix
index 6b9af119859e..f815ac02e6e5 100644
--- a/pkgs/applications/audio/vorbis-tools/default.nix
+++ b/pkgs/applications/audio/vorbis-tools/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
       A set of command-line tools to manipulate Ogg Vorbis audio
       files, notably the `ogg123' player and the `oggenc' encoder.
     '';
-    homepage = http://xiph.org/vorbis/;
+    homepage = https://xiph.org/vorbis/;
     license = licenses.gpl2;
     platforms = platforms.all;
   };
diff --git a/pkgs/applications/audio/ympd/default.nix b/pkgs/applications/audio/ympd/default.nix
index c3e8efae7fe9..2e335e6b10e9 100644
--- a/pkgs/applications/audio/ympd/default.nix
+++ b/pkgs/applications/audio/ympd/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ cmake mpd_clientlib openssl ];
 
   meta = {
-    homepage = http://www.ympd.org;
+    homepage = https://www.ympd.org;
     description = "Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS";
     maintainers = [ stdenv.lib.maintainers.siddharthist ];
     platforms = stdenv.lib.platforms.unix;