treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak 2020-04-18 13:43:47 +02:00
parent e5450d9d00
commit fadcfc3ea4
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D
22 changed files with 120 additions and 120 deletions

View file

@ -412,7 +412,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
homepage = http://hgomersall.github.com/pyFFTW;
homepage = "http://hgomersall.github.com/pyFFTW";
license = with licenses; [ bsd2 bsd3 ];
maintainers = with maintainers; [ fridh ];
};