treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tazjin ];
|
||||
platforms = platforms.linux;
|
||||
repositories.git = git://github.com/aprilabank/mq-cli.git;
|
||||
repositories.git = "git://github.com/aprilabank/mq-cli.git";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user