treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
checkTarget = "test";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://icl.utk.edu/papi/;
|
||||
homepage = "https://icl.utk.edu/papi/";
|
||||
description = "PAPI provides the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors";
|
||||
license = licenses.bsdOriginal;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user