treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -79,7 +79,7 @@ with stdenv; mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Place and route tool for FPGAs";
|
||||
homepage = https://github.com/yosyshq/nextpnr;
|
||||
homepage = "https://github.com/yosyshq/nextpnr";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice emily ];
|
||||
|
||||
Reference in New Issue
Block a user