treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -62,7 +62,7 @@ in stdenv.mkDerivation rec {
|
||||
outputs = [ "out" "python" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/google/or-tools;
|
||||
homepage = "https://github.com/google/or-tools";
|
||||
license = licenses.asl20;
|
||||
description = ''
|
||||
Google's software suite for combinatorial optimization.
|
||||
|
||||
Reference in New Issue
Block a user