treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glib ncurses ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libvterm.sourceforge.net/;
|
||||
homepage = "http://libvterm.sourceforge.net/";
|
||||
description = "Terminal emulator library to mimic both vt100 and rxvt";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user