factor-lang: quote homepage url

This commit is contained in:
Sandro 2021-11-26 14:09:12 +01:00 committed by GitHub
parent 320c5dc593
commit 72ca633e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ stdenv.mkDerivation {
};
meta = with lib; {
homepage = http://factorcode.org;
homepage = "https://factorcode.org/";
license = licenses.bsd2;
description = "A concatenative, stack-based programming language";
maintainers = with maintainers; [ vrthra spacefrogg ];