libssh2: remove SuperSandro2000 as maintainer

https://github.com/NixOS/nixpkgs/pull/543937#pullrequestreview-4745170669
This commit is contained in:
whispers
2026-07-21 09:39:16 -04:00
parent 572bf8abb5
commit 19c05bc5b5

View File

@@ -95,6 +95,5 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.libssh2.org";
platforms = lib.platforms.all;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ SuperSandro2000 ];
};
})