maintainers: remove mschneider

no github account
This commit is contained in:
ajs124 2022-06-23 01:26:18 +02:00
parent 246a499876
commit 9966a132db
6 changed files with 5 additions and 9 deletions

View file

@ -8733,10 +8733,6 @@
githubId = 839693;
name = "Ingolf Wanger";
};
mschneider = {
email = "markus.schneider.sic+nix@gmail.com";
name = "Markus Schneider";
};
mschristiansen = {
email = "mikkel@rheosystems.com";
github = "mschristiansen";

View file

@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/leftwm/leftwm";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ mschneider ];
maintainers = with maintainers; [ ];
changelog = "https://github.com/leftwm/leftwm/blob/${version}/CHANGELOG";
};
}

View file

@ -39,6 +39,6 @@ stdenvNoCC.mkDerivation rec {
license = with licenses; [ gpl3Only ];
# breeze-icons and pantheon.elementary-icon-theme dependencies are restricted to linux
platforms = platforms.linux;
maintainers = with maintainers; [ mschneider ];
maintainers = with maintainers; [ ];
};
}

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/FD-/RPiPlay";
description = "An open-source implementation of an AirPlay mirroring server.";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mschneider ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -28,6 +28,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/psy0rz/zfs_autobackup";
description = "ZFS backup, replicationand snapshot tool";
license = licenses.gpl3Only;
maintainers = with maintainers; [ mschneider ];
maintainers = with maintainers; [ ];
};
}

View file

@ -89,7 +89,7 @@ resholve.mkDerivation rec {
description = "POSIX Shell script to quickly manage 2-monitors display";
homepage = "https://github.com/Ventto/mons.git";
license = licenses.mit;
maintainers = with maintainers; [ mschneider thiagokokada ];
maintainers = with maintainers; [ thiagokokada ];
platforms = platforms.unix;
};
}