treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Conntrack top like tool";
|
||||
homepage = https://github.com/jaymzh/iptstate;
|
||||
homepage = "https://github.com/jaymzh/iptstate";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ trevorj ];
|
||||
downloadPage = "https://github.com/jaymzh/iptstate/releases";
|
||||
|
||||
Reference in New Issue
Block a user