summary refs log tree commit diff
path: root/pkgs/applications/misc/audio
diff options
context:
space:
mode:
authorJames Cook <james.cook@utoronto.ca>2015-02-15 00:36:42 -0800
committerJames Cook <james.cook@utoronto.ca>2015-02-15 00:36:42 -0800
commit721635b0dd9bf9c057122ca5a4e25e336eb14eb2 (patch)
tree98ce610862780dad5cbe0b066716dd542e2dc4e7 /pkgs/applications/misc/audio
parentcf11e285997d7c06e546987212a7a2c69f9e08d7 (diff)
downloadnixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.tar
nixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.tar.gz
nixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.tar.bz2
nixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.tar.lz
nixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.tar.xz
nixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.tar.zst
nixpkgs-721635b0dd9bf9c057122ca5a4e25e336eb14eb2.zip
sox: Change homepage
The page at mega-nerd.com does not seem to be about sox at all.
Diffstat (limited to 'pkgs/applications/misc/audio')
-rw-r--r--pkgs/applications/misc/audio/sox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/audio/sox/default.nix b/pkgs/applications/misc/audio/sox/default.nix
index 812dd8cc19b..07dbde2939b 100644
--- a/pkgs/applications/misc/audio/sox/default.nix
+++ b/pkgs/applications/misc/audio/sox/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Sample Rate Converter for audio";
-    homepage = http://www.mega-nerd.com/SRC/index.html;
+    homepage = http://sox.sourceforge.net/;
     maintainers = [ lib.maintainers.marcweber lib.maintainers.shlevy ];
     license = lib.licenses.gpl2Plus;
     platforms = lib.platforms.linux ++ lib.platforms.darwin;