treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Intel Processor Trace decoder library";
|
||||
homepage = https://github.com/intel/libipt;
|
||||
homepage = "https://github.com/intel/libipt";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
|
||||
Reference in New Issue
Block a user