treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "A standalone contribution to AGILe for steering Pythia 8";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
homepage = https://agile.hepforge.org/trac/wiki/Sacrifice;
|
||||
homepage = "https://agile.hepforge.org/trac/wiki/Sacrifice";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user