treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/cth103/plugin-torture;
|
||||
homepage = "https://github.com/cth103/plugin-torture";
|
||||
description = "A tool to test LADSPA and LV2 plugins";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.magnetophon ];
|
||||
|
||||
Reference in New Issue
Block a user