maintainers: remove kierdavis

This commit is contained in:
Kier Davis 2024-09-06 06:48:24 +01:00
parent fa666a7ab9
commit 3732e94603
No known key found for this signature in database
GPG Key ID: 66378DA35FF9F0FA
9 changed files with 8 additions and 14 deletions

View File

@ -10868,12 +10868,6 @@
githubId = 8798449; githubId = 8798449;
name = "kidsan"; name = "kidsan";
}; };
kierdavis = {
email = "kierdavis@gmail.com";
github = "kierdavis";
githubId = 845652;
name = "Kier Davis";
};
kiike = { kiike = {
email = "me@enric.me"; email = "me@enric.me";
github = "kiike"; github = "kiike";

View File

@ -108,6 +108,6 @@ in
}; };
meta = { meta = {
maintainers = with lib.maintainers; [kierdavis]; maintainers = with lib.maintainers; [ ];
}; };
} }

View File

@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
homepage = "https://unigine.com/products/benchmarks/valley/"; homepage = "https://unigine.com/products/benchmarks/valley/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree; # see also: $out/$instPath/documentation/License.pdf license = lib.licenses.unfree; # see also: $out/$instPath/documentation/License.pdf
maintainers = [ lib.maintainers.kierdavis ]; maintainers = [ ];
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];
mainProgram = "valley"; mainProgram = "valley";
}; };

View File

@ -20,6 +20,6 @@ buildGoModule rec {
mainProgram = "modd"; mainProgram = "modd";
homepage = "https://github.com/cortesi/modd"; homepage = "https://github.com/cortesi/modd";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ kierdavis ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
mainProgram = "freesweep"; mainProgram = "freesweep";
homepage = "https://github.com/rwestlund/freesweep"; homepage = "https://github.com/rwestlund/freesweep";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ kierdavis ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -106,6 +106,6 @@ python311Packages.buildPythonApplication rec {
mainProgram = "pysol.py"; mainProgram = "pysol.py";
homepage = "https://pysolfc.sourceforge.io"; homepage = "https://pysolfc.sourceforge.io";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ kierdavis ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
homepage = "https://software.intel.com/en-us/articles/opencl-drivers"; homepage = "https://software.intel.com/en-us/articles/opencl-drivers";
license = lib.licenses.unfree; license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ lib.maintainers.kierdavis ]; maintainers = [ ];
}; };
} }

View File

@ -81,6 +81,6 @@ stdenv.mkDerivation rec {
homepage = "https://hashcat.net/hashcat/"; homepage = "https://hashcat.net/hashcat/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ felixalbrigtsen kierdavis zimbatm ]; maintainers = with maintainers; [ felixalbrigtsen zimbatm ];
}; };
} }

View File

@ -36,6 +36,6 @@ python3Packages.buildPythonApplication {
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
platforms = lib.platforms.gnu ++ lib.platforms.linux; platforms = lib.platforms.gnu ++ lib.platforms.linux;
maintainers = with lib.maintainers; [ kierdavis ]; maintainers = with lib.maintainers; [ ];
}; };
} }