about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-01-26 10:01:09 +0000
committerJörg Thalheim <joerg@thalheim.io>2019-01-26 10:05:32 +0000
commitb5c1deca8ade2771851598b460a9c0e9fc0500fb (patch)
treeab6dd34bfb065ef5c4c1b429f8c370af290fb86c /pkgs/development/compilers
parent18a2cdf424c1dfdb2075f667e0c3bef53322dcc9 (diff)
downloadnixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.tar
nixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.tar.gz
nixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.tar.bz2
nixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.tar.lz
nixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.tar.xz
nixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.tar.zst
nixlib-b5c1deca8ade2771851598b460a9c0e9fc0500fb.zip
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/go/1.4.nix2
-rw-r--r--pkgs/development/compilers/go/1.9.nix2
-rw-r--r--pkgs/development/compilers/rust/rustc.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/go/1.4.nix b/pkgs/development/compilers/go/1.4.nix
index 40fd3f15786b..95312f9e1ead 100644
--- a/pkgs/development/compilers/go/1.4.nix
+++ b/pkgs/development/compilers/go/1.4.nix
@@ -156,7 +156,7 @@ stdenv.mkDerivation rec {
     homepage = http://golang.org/;
     description = "The Go Programming language";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ cstrahan wkennington ];
+    maintainers = with maintainers; [ cstrahan ];
     platforms = platforms.linux ++ platforms.darwin;
   };
 }
diff --git a/pkgs/development/compilers/go/1.9.nix b/pkgs/development/compilers/go/1.9.nix
index d6ae163813f3..799e047a60e8 100644
--- a/pkgs/development/compilers/go/1.9.nix
+++ b/pkgs/development/compilers/go/1.9.nix
@@ -178,7 +178,7 @@ stdenv.mkDerivation rec {
     homepage = http://golang.org/;
     description = "The Go Programming language";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ cstrahan orivej wkennington ];
+    maintainers = with maintainers; [ cstrahan orivej ];
     platforms = platforms.linux ++ platforms.darwin;
   };
 }
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index 1c82e71dd1dc..c6350e42bc23 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -171,7 +171,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     homepage = https://www.rust-lang.org/;
     description = "A safe, concurrent, practical language";
-    maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ];
+    maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy ];
     license = [ licenses.mit licenses.asl20 ];
     platforms = platforms.linux ++ platforms.darwin;
     broken = broken;