treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Front-end framework for faster and easier web development";
|
||||
homepage = https://getbootstrap.com/;
|
||||
homepage = "https://getbootstrap.com/";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user