treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Flexible dictionary server and client implementing RFC 2229";
|
||||
homepage = https://www.gnu.org/software/dico/;
|
||||
homepage = "https://www.gnu.org/software/dico/";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user