treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
postPatch = ''sed -i "s|/usr|$out|" Makefile'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://f00l.de/pcapfix/;
|
||||
homepage = "https://f00l.de/pcapfix/";
|
||||
description = "Repair your broken pcap and pcapng files";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
|
||||
Reference in New Issue
Block a user