Merge pull request #235475 from cdepillabout/remove-cdepillabout

maintainers: remove cdepillabout as maintainer from various packages
This commit is contained in:
figsoda 2023-06-01 21:19:56 -04:00 committed by GitHub
commit e678a368ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -386,7 +386,7 @@ let
'';
meta = with pkgs.lib.maintainers; {
maintainers = [ aszlig cdepillabout ];
maintainers = [ aszlig ];
};
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
Tabbed, VTE-based terminal emulator. Similar to gnome-terminal without
the dependencies on Gnome.
'';
maintainers = with maintainers; [ cdepillabout ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -19,7 +19,7 @@ fetchurl rec {
description = "Oracle Extension pack for VirtualBox";
license = licenses.virtualbox-puel;
homepage = "https://www.virtualbox.org/";
maintainers = with maintainers; [ sander cdepillabout ];
maintainers = with maintainers; [ sander ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Official API for https://www.kaggle.com, accessible using a command line tool implemented in Python 3";
homepage = "https://github.com/Kaggle/kaggle-api";
license = licenses.asl20;
maintainers = with maintainers; [ cdepillabout ];
maintainers = with maintainers; [ ];
};
}

View File

@ -201,7 +201,7 @@ in buildPythonPackage {
homepage = "http://tensorflow.org";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.asl20;
maintainers = with maintainers; [ jyp abbradar cdepillabout ];
maintainers = with maintainers; [ jyp abbradar ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}