treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for audio labelling";
|
||||
homepage = https://aubio.org/;
|
||||
homepage = "https://aubio.org/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ goibhniu marcweber fpletz ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user