Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-16 12:40:04 +00:00
committed by GitHub
86 changed files with 1306 additions and 1505 deletions
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = ''A very high level general-purpose programming language'';
description = "A very high level general-purpose programming language";
maintainers = with maintainers; [ vrthra yurrriq ];
platforms = with platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd ++ cygwin ++ illumos;
license = licenses.publicDomain;
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = ''Relative expression based object language, a language where code is data'';
description = "Relative expression based object language, a language where code is data";
maintainers = with maintainers; [ vrthra ];
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
description = ''A very high level, goal-directed, object-oriented, general purpose applications language'';
description = "A very high level, goal-directed, object-oriented, general purpose applications language";
maintainers = with maintainers; [ vrthra ];
platforms = platforms.linux;
license = licenses.gpl2;