treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -35,7 +35,7 @@ buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A server application to run tox node written in pure Rust";
|
||||
homepage = https://github.com/tox-rs/tox-node;
|
||||
homepage = "https://github.com/tox-rs/tox-node";
|
||||
license = [ licenses.mit ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ suhr ];
|
||||
|
||||
Reference in New Issue
Block a user