treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Dynamic virtual terminal manager";
|
||||
homepage = http://www.brain-dump.org/projects/dvtm;
|
||||
homepage = "http://www.brain-dump.org/projects/dvtm";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.vrthra ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user