treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A simple Lisp with an integrated database";
|
||||
homepage = https://picolisp.com/;
|
||||
homepage = "https://picolisp.com/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # times out
|
||||
|
||||
Reference in New Issue
Block a user