treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
NIX_LDFLAGS = "-lsvn_fs-1";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/svn-all-fast-export/svn2git;
|
||||
homepage = "https://github.com/svn-all-fast-export/svn2git";
|
||||
description = "A fast-import based converter for an svn repo to git repos";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user