treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An efficient implementation of the Lambda Prolog language";
|
||||
homepage = https://github.com/teyjus/teyjus;
|
||||
homepage = "https://github.com/teyjus/teyjus";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [ maintainers.bcdarwin ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user