Merge pull request #169614 from LibreCybernetics/remove-maintainership

{android-studio,crystal}: remove myself as maintainer
This commit is contained in:
Mario Rodas 2022-04-23 20:12:29 -05:00 committed by GitHub
commit 56c88a29ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -216,9 +216,9 @@ in runCommand
# source-code itself).
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; rec {
stable = [ fabianhjr ];
beta = [ fabianhjr ];
canary = [ fabianhjr ];
stable = [ ];
beta = [ ];
canary = [ ];
dev = canary;
}."${channel}";
};

View File

@ -216,7 +216,7 @@ let
description = "A compiled language with Ruby like syntax and type inference";
homepage = "https://crystal-lang.org/";
license = licenses.asl20;
maintainers = with maintainers; [ david50407 fabianhjr manveru peterhoeg ];
maintainers = with maintainers; [ david50407 manveru peterhoeg ];
platforms = let archNames = builtins.attrNames archs; in
if (lib.versionOlder version "1.2.0") then remove "aarch64-darwin" archNames else archNames;
broken = lib.versionOlder version "0.36.1" && stdenv.isDarwin;