treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for reading and writing ZIM files";
|
||||
homepage = https://www.openzim.org/wiki/Zimlib;
|
||||
homepage = "https://www.openzim.org/wiki/Zimlib";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ robbinch ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user