maintainers: remove kkallio

no github account linked
main
ajs124 2 years ago
parent 143efb53d6
commit 0c35b851e4
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/mysql-workbench/default.nix
  3. 2
      pkgs/development/compilers/opa/default.nix
  4. 2
      pkgs/development/compilers/pakcs/default.nix
  5. 2
      pkgs/development/interpreters/racket/default.nix
  6. 2
      pkgs/development/interpreters/racket/racket_7_9.nix
  7. 2
      pkgs/development/ocaml-modules/ocamlgraph/default.nix
  8. 2
      pkgs/games/simutrans/default.nix

@ -6768,10 +6768,6 @@
github = "kjeremy";
githubId = 4325700;
};
kkallio = {
email = "tierpluspluslists@gmail.com";
name = "Karn Kallio";
};
klden = {
name = "Kenzyme Le";
email = "kl@kenzymele.com";

@ -183,7 +183,7 @@ in stdenv.mkDerivation rec {
homepage = "http://wb.mysql.com/";
license = licenses.gpl2;
maintainers = [ maintainers.kkallio ];
maintainers = [ ];
platforms = platforms.linux;
};
}

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://opalang.org/";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.kkallio ];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
}

@ -94,7 +94,7 @@ in stdenv.mkDerivation {
with dynamic web pages, prototyping embedded systems).
'';
maintainers = with maintainers; [ kkallio ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://racket-lang.org/";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ kkallio henrytill vrthra ];
maintainers = with maintainers; [ henrytill vrthra ];
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
};
}

@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://racket-lang.org/";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ kkallio henrytill vrthra ];
maintainers = with maintainers; [ henrytill vrthra ];
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" ];
broken = stdenv.isDarwin; # No support yet for setting FFI lookup path
};

@ -21,6 +21,6 @@ buildDunePackage rec {
downloadPage = "https://github.com/backtracking/ocamlgraph";
description = "Graph library for OCaml";
license = licenses.gpl2Oss;
maintainers = with maintainers; [ kkallio ];
maintainers = with maintainers; [ ];
};
}

@ -163,7 +163,7 @@ let
homepage = "http://www.simutrans.com/";
license = with licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ kkallio vcunat phile314 ];
maintainers = with maintainers; [ vcunat phile314 ];
platforms = with platforms; linux; # TODO: ++ darwin;
};
};

Loading…
Cancel
Save