treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
editor and also easily configurable during runtime. Vimb is mostly
|
||||
keyboard driven and does not detract you from your daily work.
|
||||
'';
|
||||
homepage = https://fanglingsu.github.io/vimb/;
|
||||
homepage = "https://fanglingsu.github.io/vimb/";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user