maintainers: drop pandaman (#449580)

This commit is contained in:
Wolfgang Walther
2025-10-08 06:49:11 +00:00
committed by GitHub
2 changed files with 1 additions and 9 deletions
-6
View File
@@ -19683,12 +19683,6 @@
githubId = 7239200;
name = "panda2134";
};
pandaman = {
email = "kointosudesuyo@infoseek.jp";
github = "pandaman64";
githubId = 1788628;
name = "pandaman";
};
pandanz = {
email = "gate.rules-5j@icloud.com";
github = "pandanz";
@@ -71,8 +71,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/QISKit/qiskit/releases";
changelog = "https://qiskit.org/documentation/release_notes.html";
license = licenses.asl20;
maintainers = with maintainers; [
pandaman
];
maintainers = [ ];
};
}