Merge pull request #224486 from erictapen/remove-me-as-maintainer

remove myself as maintainer from packages which I don't use anymore
This commit is contained in:
adisbladis 2023-04-04 15:06:07 +12:00 committed by GitHub
commit b01f185e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 17 additions and 20 deletions

View File

@ -636,6 +636,6 @@ in {
};
meta = {
maintainers = with lib.maintainers; [ patternspandemic jonringer erictapen ];
maintainers = with lib.maintainers; [ patternspandemic jonringer ];
};
}

View File

@ -194,5 +194,5 @@ in
(mkRenamedOptionModule [ "services" "unifi" "openPorts" ] [ "services" "unifi" "openFirewall" ])
];
meta.maintainers = with lib.maintainers; [ erictapen pennae ];
meta.maintainers = with lib.maintainers; [ pennae ];
}

View File

@ -157,6 +157,6 @@ in mkDerivation rec {
homepage = "https://www.qgis.org";
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [ lsix sikmir erictapen willcohen ];
maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
};
}

View File

@ -157,6 +157,6 @@ in mkDerivation rec {
homepage = "https://www.qgis.org";
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [ lsix sikmir erictapen willcohen ];
maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
};
}

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/AsamK/signal-cli";
description = "Command-line and dbus interface for communicating with the Signal messaging service";
license = licenses.gpl3;
maintainers = with maintainers; [ ivan erictapen ];
maintainers = with maintainers; [ ivan ];
platforms = platforms.all;
};
}

View File

@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
description = "Experimental terminal mail client aiming for configurability and extensibility with sane defaults";
homepage = "https://meli.delivery";
license = licenses.gpl3;
maintainers = with maintainers; [ _0x4A6F matthiasbeyer erictapen ];
maintainers = with maintainers; [ _0x4A6F matthiasbeyer ];
platforms = platforms.linux;
};
}

View File

@ -192,9 +192,6 @@ package-maintainers:
- vulkan-utils
erictapen:
- hakyll
- hakyll-contrib-hyphenation
- webify
- squeal-postgresql
Gabriel439:
- annah
- bench

View File

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "http://gnupg.org";
license = licenses.lgpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.erictapen ];
maintainers = [ ];
};
}

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "A library for handling OpenGL function pointer management";
homepage = "https://github.com/anholt/libepoxy";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu erictapen ];
maintainers = with maintainers; [ goibhniu ];
platforms = platforms.unix;
};
}

View File

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An open source toolkit for developing mapping applications";
homepage = "https://mapnik.org";
maintainers = with maintainers; [ hrdinka erictapen ];
maintainers = with maintainers; [ hrdinka ];
license = licenses.lgpl21Plus;
platforms = platforms.all;
};

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "JupyterHub Spawner using systemd for resource isolation";
homepage = "https://github.com/jupyterhub/systemdspawner";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc erictapen ];
maintainers = with maintainers; [ costrouc ];
};
}

View File

@ -68,7 +68,7 @@ let nbclient = buildPythonPackage rec {
homepage = "https://github.com/jupyter/nbclient";
description = "A client library for executing notebooks";
license = licenses.bsd3;
maintainers = [ maintainers.erictapen ];
maintainers = [ ];
};
};
in nbclient

View File

@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mocnik-science/osm-python-tools";
license = licenses.gpl3Only;
changelog = "https://raw.githubusercontent.com/mocnik-science/osm-python-tools/v${version}/version-history.md";
maintainers = with maintainers; [ das-g erictapen ];
maintainers = with maintainers; [ das-g ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://github.com/taynaud/python-louvain";
description = "Louvain Community Detection";
license = licenses.bsd3;
maintainers = with maintainers; [ erictapen ];
maintainers = with maintainers; [ ];
};
}

View File

@ -134,7 +134,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python bindings for Mapnik";
maintainers = with maintainers; [ erictapen ];
maintainers = with maintainers; [ ];
homepage = "https://mapnik.org";
license = licenses.lgpl21Plus;
};

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/WestHealth/pyvis";
description = "Python package for creating and visualizing interactive network graphs";
license = licenses.bsd3;
maintainers = with maintainers; [ erictapen ];
maintainers = with maintainers; [ ];
};
}

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
description = "Pure python implementation of SSL and TLS.";
homepage = "https://pypi.python.org/pypi/tlslite-ng";
license = licenses.lgpl2;
maintainers = [ maintainers.erictapen ];
maintainers = [ ];
};
}

View File

@ -38,7 +38,7 @@ let
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
platforms = platforms.unix;
maintainers = with maintainers; [ erictapen globin patryk27 pennae ];
maintainers = with maintainers; [ globin patryk27 pennae ];
};
});