Remove kvark from maintaining Mozilla packages

This commit is contained in:
Dzmitry Malyshau 2022-06-05 21:40:05 -07:00
parent d868f89f0d
commit d154aea93a
9 changed files with 9 additions and 9 deletions

View File

@ -72,6 +72,6 @@ buildPythonApplication rec {
'';
homepage = "https://tabatkins.github.io/bikeshed/";
license = licenses.cc0;
maintainers = [ maintainers.kvark ];
maintainers = [];
};
}

View File

@ -53,7 +53,7 @@ buildPythonApplication rec {
'';
homepage = "https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html";
license = licenses.mpl20;
maintainers = [ maintainers.kvark ];
maintainers = [];
platforms = platforms.unix;
};
}

View File

@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Tools for parsing the metadata for Mozilla's glean telemetry SDK";
homepage = "https://github.com/mozilla/glean_parser";
license = licenses.mpl20;
maintainers = with maintainers; [ kvark ];
maintainers = with maintainers; [];
};
}

View File

@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Telemetry client libraries and are a part of the Glean project";
homepage = "https://mozilla.github.io/glean/book/index.html";
license = licenses.mpl20;
maintainers = with maintainers; [ kvark ];
maintainers = [];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Client class for calling http+json APIs in Python";
homepage = "https://github.com/plinss/json_home_client";
license = licenses.mit;
maintainers = [ maintainers.kvark ];
maintainers = [];
};
}

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Library with a fast, convenient interface to Mercurial. It uses Mercurials command server for communication with hg.";
homepage = "https://www.mercurial-scm.org/wiki/PythonHglibs";
license = licenses.mit;
maintainers = [ maintainers.kvark ];
maintainers = [];
};
}

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "A simple Result type for Python 3 inspired by Rust, fully type annotated";
homepage = "https://github.com/rustedpy/result";
license = licenses.mit;
maintainers = [ maintainers.kvark ];
maintainers = [];
};
}

View File

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "An implementation of RFC 6570 URI Templates";
homepage = "https://github.com/plinss/uri_template/";
license = licenses.mit;
maintainers = [ maintainers.kvark ];
maintainers = [];
};
}

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Stand-alone WebIDL Parser in Python";
homepage = "https://github.com/plinss/widlparser";
license = licenses.mit;
maintainers = [ maintainers.kvark ];
maintainers = [];
};
}