Merge pull request #205772 from atorres1985-contrib/cleanup-maintainers
treewide: remove e-user from maintainers
This commit is contained in:
commit
3778ce32c8
@ -3847,12 +3847,6 @@
|
||||
githubId = 15128988;
|
||||
name = "Maksim Dzabraev";
|
||||
};
|
||||
e-user = {
|
||||
email = "nixos@sodosopa.io";
|
||||
github = "outergod";
|
||||
githubId = 93086;
|
||||
name = "Alexander Kahl";
|
||||
};
|
||||
eadwu = {
|
||||
email = "edmund.wu@protonmail.com";
|
||||
github = "eadwu";
|
||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Simple audio oscilloscope with variable time scale, triggering, cursors and numeric readout in LV2 plugin format";
|
||||
homepage = "http://x42.github.io/sisco.lv2/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.e-user ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
||||
description = "SELinux policy core utilities (packaging additions)";
|
||||
license = licenses.gpl2;
|
||||
inherit (libsepol.meta) homepage platforms;
|
||||
maintainers = [ maintainers.e-user ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -101,6 +101,6 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://sssd.io/release-notes/sssd-${version}.html";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ e-user illustris ];
|
||||
maintainers = with maintainers; [ illustris ];
|
||||
};
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
description = "'D is not GLib' utility libraries";
|
||||
homepage = "https://pagure.io/SSSD/ding-libs";
|
||||
platforms = with lib.platforms; linux;
|
||||
maintainers = with lib.maintainers; [ e-user ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
license = [ lib.licenses.gpl3 lib.licenses.lgpl3 ];
|
||||
};
|
||||
}
|
||||
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||
license = "custom";
|
||||
homepage = "http://www.jclark.com/jade/";
|
||||
platforms = with lib.platforms; linux;
|
||||
maintainers = with lib.maintainers; [ e-user ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user