mantainers: rename danerieber -> computerdane (#353172)

This commit is contained in:
Sefa Eyeoglu
2024-11-02 20:50:57 +01:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+6 -6
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";
@@ -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;