treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Software for Saleae logic analyzers";
|
||||
homepage = https://www.saleae.com/;
|
||||
homepage = "https://www.saleae.com/";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user