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
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ let
'';
meta = with pkgs.lib.maintainers; {
maintainers = [ aszlig cdepillabout ];
maintainers = [ aszlig ];
};
};
@@ -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;
};
}
@@ -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" ];
};
}
@@ -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; [ ];
};
}
@@ -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" ];
};
}