mantainers: rename danerieber -> computerdane

This commit is contained in:
Dane Rieber 2024-11-02 12:07:35 -05:00
parent 0605f7dd71
commit 5799b968e3
2 changed files with 7 additions and 7 deletions

View File

@ -4368,6 +4368,12 @@
githubId = 18414241;
name = "Andreas Erdes";
};
computerdane = {
email = "danerieber@gmail.com";
github = "computerdane";
githubId = 6487079;
name = "Dane Rieber";
};
confus = {
email = "con-f-use@gmx.net";
github = "con-f-use";
@ -4766,12 +4772,6 @@
githubId = 24708079;
name = "Dan Eads";
};
danerieber = {
email = "danerieber@gmail.com";
github = "danerieber";
githubId = 6487079;
name = "Dane Rieber";
};
danid3v = {
email = "sch220233@spengergasse.at";
github = "DaniD3v";

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/JacKeTUs/universal-pidff";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
danerieber
computerdane
racci
];
platforms = lib.platforms.linux;