treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A software package for jet finding in pp and e+e− collisions";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
homepage = http://fastjet.fr/;
|
||||
homepage = "http://fastjet.fr/";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user