Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:46:32 +02:00
94 changed files with 92 additions and 95 deletions

View File

@@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Powerful and Lightweight Python Tree Data Structure";
homepage = "https://github.com/c0fec0de/anytree";
license = licenses.asl20;
maintainers = [ maintainers.worldofpeace ];
maintainers = [ ];
};
}

View File

@@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework";
homepage = "https://asyncssh.readthedocs.io/en/latest";
license = licenses.epl20;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
description = "Python library for the BrowserID Protocol";
homepage = "https://github.com/mozilla/PyBrowserID";
license = licenses.mpl20;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
}