treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glib ncurses gpm];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libviper.sourceforge.net/;
|
||||
homepage = "http://libviper.sourceforge.net/";
|
||||
description = "Simple window creation and management facilities for the console";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user