treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -34,7 +34,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "RISC-V Proxy Kernel and Bootloader.";
|
||||
homepage = https://github.com/riscv/riscv-pk;
|
||||
homepage = "https://github.com/riscv/riscv-pk";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.riscv;
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
|
||||
Reference in New Issue
Block a user