treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "losslessly shrink any JPEG file";
|
||||
homepage = https://github.com/kud/jpegrescan;
|
||||
homepage = "https://github.com/kud/jpegrescan";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = [ maintainers.ramkromberg ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user