forked from mirrors/nixpkgs
maintainers: remove dasuxullebt
no github handle linked. github account with same name has not had activity for years
This commit is contained in:
parent
59d8f2b1cd
commit
93039509cf
|
@ -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";
|
||||||
|
|
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue