forked from mirrors/nixpkgs
acoustid-fingerprinter: use https to fetch package
This commit is contained in:
parent
4ce76d9e1a
commit
3fde711146
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://bitbucket.org/acoustid/acoustid-fingerprinter/downloads/"
|
||||
url = "https://bitbucket.org/acoustid/acoustid-fingerprinter/downloads/"
|
||||
+ "${name}.tar.gz";
|
||||
sha256 = "0ckglwy95qgqvl2l6yd8ilwpd6qs7yzmj8g7lnxb50d12115s5n0";
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
}) ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://acoustid.org/fingerprinter;
|
||||
homepage = https://acoustid.org/fingerprinter;
|
||||
description = "Audio fingerprinting tool using chromaprint";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
|
|
Loading…
Reference in a new issue