treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -23,7 +23,7 @@ buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Finds problems in C++ source that slow development of large code bases";
|
||||
homepage = https://github.com/myint/cppclean;
|
||||
homepage = "https://github.com/myint/cppclean";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nthorne ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user