1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

treewide: remove cpages from meta.maintainers [no orphans]

Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since 2020
This commit is contained in:
Anderson Torres 2024-07-07 12:14:38 -03:00
parent 990e7c31a3
commit 699ee6b3aa
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/open-source-parsers/jsoncpp";
description = "C++ library for interacting with JSON";
maintainers = with maintainers; [ ttuegel cpages ];
maintainers = with maintainers; [ ttuegel ];
license = licenses.mit;
platforms = platforms.all;
};

View file

@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Official launcher for Minecraft, a sandbox-building game";
homepage = "https://minecraft.net";
maintainers = with maintainers; [ cpages ryantm ];
maintainers = with maintainers; [ ryantm ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];