mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
maintainers: remove kierdavis
This commit is contained in:
parent
fa666a7ab9
commit
3732e94603
@ -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";
|
||||||
|
@ -108,6 +108,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [kierdavis];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user