maintainers: remove kkallio

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:56:39 +02:00
parent 143efb53d6
commit 0c35b851e4
8 changed files with 7 additions and 11 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://racket-lang.org/"; homepage = "https://racket-lang.org/";
license = with licenses; [ asl20 /* or */ mit ]; 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" ]; platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
}; };
} }

View file

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

View file

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

View file

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