mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
maintainers: remove kierdavis
This commit is contained in:
parent
fa666a7ab9
commit
3732e94603
@ -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";
|
||||
|
@ -108,6 +108,6 @@ in
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [kierdavis];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -20,6 +20,6 @@ buildGoModule rec {
|
||||
mainProgram = "modd";
|
||||
homepage = "https://github.com/cortesi/modd";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kierdavis ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user