treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
parts of the development workflow. Repo is not meant to replace Git, only
|
||||
to make it easier to work with Git.
|
||||
'';
|
||||
homepage = https://android.googlesource.com/tools/repo;
|
||||
homepage = "https://android.googlesource.com/tools/repo";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.primeos ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user