treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Test your commits";
|
||||
homepage = https://github.com/spotify/git-test;
|
||||
homepage = "https://github.com/spotify/git-test";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user