treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
meta = {
|
||||
description = "Audit Library";
|
||||
homepage = https://people.redhat.com/sgrubb/audit/;
|
||||
homepage = "https://people.redhat.com/sgrubb/audit/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ ];
|
||||
|
||||
Reference in New Issue
Block a user