treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Implementation of the JPEG XR image codec standard";
|
||||
homepage = https://jxrlib.codeplex.com;
|
||||
homepage = "https://jxrlib.codeplex.com";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
|
||||
Reference in New Issue
Block a user