maintainers: drop pandaman

This commit is contained in:
Acid Bong
2025-10-07 21:07:17 +03:00
parent 30ca6c368c
commit 964bf305e3
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 = [ ];
};
}