treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ bundlerEnv rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command line interface to interact with BitBucket Server (formerly Atlassian Stash)";
|
||||
homepage = https://bitbucket.org/atlassian/bitbucket-server-cli;
|
||||
homepage = "https://bitbucket.org/atlassian/bitbucket-server-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jgertm nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user