treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An integrated family of CLI’s for various Atlassian applications";
|
||||
homepage = https://bobswift.atlassian.net/wiki/spaces/ACLI/overview;
|
||||
homepage = "https://bobswift.atlassian.net/wiki/spaces/ACLI/overview";
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = with maintainers; [ twey ];
|
||||
inherit (jre.meta) platforms;
|
||||
|
||||
Reference in New Issue
Block a user