treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -43,7 +43,7 @@ in stdenv.mkDerivation {
|
||||
cmakeFlags = [ "-DUSE_COLOR=ON" "-DUSE_FAAD2=ON" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/theori-io/nrsc5;
|
||||
homepage = "https://github.com/theori-io/nrsc5";
|
||||
description = "HD-Radio decoder for RTL-SDR";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user