treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
installTargets = [ "install" "install-doc" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://repo.or.cz/cdimgtools.git/blob_plain/refs/heads/release:/README.html;
|
||||
homepage = "https://repo.or.cz/cdimgtools.git/blob_plain/refs/heads/release:/README.html";
|
||||
description = "Tools to inspect and manipulate CD/DVD optical disc images";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ hhm ];
|
||||
|
||||
Reference in New Issue
Block a user