Trim ehmry from some package maintainers

I prefer not to be associated with anything blockchain related.
This commit is contained in:
Emery Hemingway
2021-03-23 10:24:00 +01:00
parent 90a9906637
commit ee80707159
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -150,6 +150,6 @@ python3.pkgs.buildPythonApplication {
homepage = "https://electrum.org/";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry joachifm np prusnak ];
maintainers = with maintainers; [ joachifm np prusnak ];
};
}