treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "High performance peer-to-peer hub for the ADC network";
|
||||
homepage = https://www.uhub.org/;
|
||||
homepage = "https://www.uhub.org/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user