treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.minizinc.org/;
|
||||
homepage = "https://www.minizinc.org/";
|
||||
description = "MiniZinc is a medium-level constraint modelling language.";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user