treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -38,7 +38,7 @@ haskellPackages.mkDerivation rec {
|
||||
'';
|
||||
|
||||
description = "A statically typed lisp, without a GC, for real-time applications";
|
||||
homepage = https://github.com/carp-lang/Carp;
|
||||
homepage = "https://github.com/carp-lang/Carp";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ jluttine ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user