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; githubId = 7589338;
name = "Daniel Șerbănescu"; name = "Daniel Șerbănescu";
}; };
dasuxullebt = {
email = "christoph.senjak@googlemail.com";
name = "Christoph-Simon Senjak";
};
datafoo = { datafoo = {
email = "34766150+datafoo@users.noreply.github.com"; email = "34766150+datafoo@users.noreply.github.com";
github = "datafoo"; github = "datafoo";

View File

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

View File

@ -100,6 +100,6 @@ mkDerivation rec {
license = licenses.unfree; license = licenses.unfree;
description = "Desktop sharing application, providing remote support and online meetings"; description = "Desktop sharing application, providing remote support and online meetings";
platforms = [ "x86_64-linux" ]; 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; { meta = with lib; {
description = "Command line bluetooth manager for Bluez5"; description = "Command line bluetooth manager for Bluez5";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.dasuxullebt ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };