treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Spell checker for many languages";
|
||||
homepage = http://aspell.net/;
|
||||
homepage = "http://aspell.net/";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
maintainers = [ ];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
|
||||
Reference in New Issue
Block a user