freerdp: change maintainers

Peterhoeg wanted to step down as mantainer
https://github.com/NixOS/nixpkgs/pull/393673#issuecomment-2760847769,
I added myself as a maintainer.
This commit is contained in:
DeimElias
2025-12-19 02:11:27 +01:00
committed by Sandro Jäckel
parent 045fecff99
commit 443f2e7234
+1 -1
View File
@@ -226,7 +226,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://www.freerdp.com/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ peterhoeg ];
maintainers = with lib.maintainers; [ deimelias ];
platforms = lib.platforms.unix;
};
})