mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
maintainers: remove kkallio
no github account linked
This commit is contained in:
parent
143efb53d6
commit
0c35b851e4
@ -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";
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
};
|
};
|
||||||
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user