treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -276,7 +276,7 @@ in with passthru; stdenv.mkDerivation {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://python.org;
|
||||
homepage = "http://python.org";
|
||||
description = "A high-level dynamically-typed programming language";
|
||||
longDescription = ''
|
||||
Python is a remarkably powerful dynamic programming language that
|
||||
|
||||
Reference in New Issue
Block a user