treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Kafka command line tool";
|
||||
homepage = https://github.com/fgeller/kt;
|
||||
homepage = "https://github.com/fgeller/kt";
|
||||
maintainers = with maintainers; [ utdemir ];
|
||||
platforms = with platforms; unix;
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user