factor-lang: quote homepage url
This commit is contained in:
parent
320c5dc593
commit
72ca633e48
@ -196,7 +196,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = http://factorcode.org;
|
homepage = "https://factorcode.org/";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
description = "A concatenative, stack-based programming language";
|
description = "A concatenative, stack-based programming language";
|
||||||
maintainers = with maintainers; [ vrthra spacefrogg ];
|
maintainers = with maintainers; [ vrthra spacefrogg ];
|
||||||
|
Loading…
Reference in New Issue
Block a user