2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 11:58:06 +00:00

evil-winrm: remove elohmeier as maintainer

This commit is contained in:
Enno Richter 2024-06-14 09:20:59 +02:00
parent 2679422949
commit a07b2005b4

View File

@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Hackplayers/evil-winrm";
changelog = "https://github.com/Hackplayers/evil-winrm/blob/v${version}/CHANGELOG.md";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ elohmeier ];
};
}