treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Free software for distributed and grid computing";
|
||||
homepage = https://boinc.berkeley.edu/;
|
||||
homepage = "https://boinc.berkeley.edu/";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux; # arbitrary choice
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user