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;
name = "kidsan";
};
kierdavis = {
email = "kierdavis@gmail.com";
github = "kierdavis";
githubId = 845652;
name = "Kier Davis";
};
kiike = {
email = "me@enric.me";
github = "kiike";

View File

@ -108,6 +108,6 @@ in
};
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/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree; # see also: $out/$instPath/documentation/License.pdf
maintainers = [ lib.maintainers.kierdavis ];
maintainers = [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
mainProgram = "valley";
};

View File

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

View File

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

View File

@ -106,6 +106,6 @@ python311Packages.buildPythonApplication rec {
mainProgram = "pysol.py";
homepage = "https://pysolfc.sourceforge.io";
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";
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ lib.maintainers.kierdavis ];
maintainers = [ ];
};
}

View File

@ -81,6 +81,6 @@ stdenv.mkDerivation rec {
homepage = "https://hashcat.net/hashcat/";
license = licenses.mit;
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;
platforms = lib.platforms.gnu ++ lib.platforms.linux;
maintainers = with lib.maintainers; [ kierdavis ];
maintainers = with lib.maintainers; [ ];
};
}