treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A multi-purpose particle physics event generator";
|
||||
homepage = https://herwig.hepforge.org/;
|
||||
homepage = "https://herwig.hepforge.org/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ veprbl ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user