julia_16-bin and julia_17-bin: punctuation fixes
Thank you @7c6f434c for spotting these.
This commit is contained in:
parent
6e176f712b
commit
6cbd21cb02
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "High-level, high-performance dynamic language for technical computing.";
|
description = "High-level, high-performance, dynamic language for technical computing";
|
||||||
homepage = "https://julialang.org";
|
homepage = "https://julialang.org";
|
||||||
# Bundled and linked with various GPL code, although Julia itself is MIT.
|
# Bundled and linked with various GPL code, although Julia itself is MIT.
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "High-level, high-performance dynamic language for technical computing.";
|
description = "High-level, high-performance, dynamic language for technical computing";
|
||||||
homepage = "https://julialang.org";
|
homepage = "https://julialang.org";
|
||||||
# Bundled and linked with various GPL code, although Julia itself is MIT.
|
# Bundled and linked with various GPL code, although Julia itself is MIT.
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user