treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Convert ebooks to Morse MP3s/OGGs";
|
||||
homepage = http://fkurz.net/ham/ebook2cw.html;
|
||||
homepage = "http://fkurz.net/ham/ebook2cw.html";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ earldouglas ];
|
||||
|
||||
Reference in New Issue
Block a user