Remove myself as maintainer.

I'm not really that familiar with these two packages.
This commit is contained in:
James Cook 2020-02-16 22:12:44 +00:00
parent 79e1b3ddb5
commit b0a26b3b52
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A fork of libcurl used by GNUnet";
homepage = "https://gnunet.org/en/gnurl.html";
maintainers = with maintainers; [ falsifian vrthra ];
maintainers = with maintainers; [ vrthra ];
platforms = platforms.linux;
license = licenses.curl;
};

View file

@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Offline APT package manager";
license = licenses.gpl3;
maintainers = [ maintainers.falsifian ];
maintainers = [ ];
platforms = platforms.linux;
};
}