treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "McCabe-style function complexity and line counting for C and C++";
|
||||
homepage = https://people.debian.org/~bame/pmccabe/;
|
||||
homepage = "https://people.debian.org/~bame/pmccabe/";
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user