maintainers: remove dasuxullebt

no github handle linked. github account with same name has not had activity for years
This commit is contained in:
ajs124 2022-06-23 01:12:48 +02:00
parent 59d8f2b1cd
commit 93039509cf
4 changed files with 3 additions and 7 deletions

View File

@ -2860,10 +2860,6 @@
githubId = 7589338;
name = "Daniel Șerbănescu";
};
dasuxullebt = {
email = "christoph.senjak@googlemail.com";
name = "Christoph-Simon Senjak";
};
datafoo = {
email = "34766150+datafoo@users.noreply.github.com";
github = "datafoo";

View File

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Gameboy sound player";
license = licenses.gpl1;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ dasuxullebt ];
maintainers = with maintainers; [ ];
};
}

View File

@ -100,6 +100,6 @@ mkDerivation rec {
license = licenses.unfree;
description = "Desktop sharing application, providing remote support and online meetings";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jagajaga dasuxullebt jraygauthier ];
maintainers = with maintainers; [ jagajaga jraygauthier ];
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Command line bluetooth manager for Bluez5";
license = licenses.gpl2;
maintainers = [ maintainers.dasuxullebt ];
maintainers = [ ];
platforms = platforms.unix;
};