treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A de/compression library for various Microsoft formats";
|
||||
homepage = https://www.cabextract.org.uk/libmspack;
|
||||
homepage = "https://www.cabextract.org.uk/libmspack";
|
||||
license = stdenv.lib.licenses.lgpl2;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user