treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -9,7 +9,7 @@ buildPythonPackage {
version = "0.3.3";
src = pkgs.fetchgit {
url = https://github.com/cournape/samplerate;
url = "https://github.com/cournape/samplerate";
rev = "a536c97eb2d6195b5f266ea3cc3a35364c4c2210";
sha256 = "0mgic7bs5zv5ji05vr527jlxxlb70f9dg93hy1lzyz2plm1kf7gg";
};
@@ -28,7 +28,7 @@ buildPythonPackage {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/cournape/samplerate;
homepage = "https://github.com/cournape/samplerate";
description = "High quality sampling rate convertion from audio data in numpy arrays";
license = licenses.gpl2;
};