treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A utility to uncompress ECM files to BIN CD format";
|
||||
homepage = https://github.com/alucryd/ecm-tools;
|
||||
homepage = "https://github.com/alucryd/ecm-tools";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user