sox: Change homepage
The page at mega-nerd.com does not seem to be about sox at all.
This commit is contained in:
parent
cf11e28599
commit
721635b0dd
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sample Rate Converter for audio";
|
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 ];
|
maintainers = [ lib.maintainers.marcweber lib.maintainers.shlevy ];
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
|
|
Loading…
Reference in New Issue