treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Lightweight userspace bandwidth shaper";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = https://monkey.org/~marius/pages/?page=trickle;
|
||||
homepage = "https://monkey.org/~marius/pages/?page=trickle";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user