[Backport release-26.05] rmfakecloud: remove euxane from maintainers (#529935)

This commit is contained in:
Felix Bargfeldt 2026-06-09 13:53:29 +00:00 committed by GitHub
commit 501889a744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -146,5 +146,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ euxane ];
meta.maintainers = with lib.maintainers; [ martinetd ];
}

View file

@ -70,7 +70,6 @@ buildGoModule rec {
homepage = "https://ddvk.github.io/rmfakecloud/";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
euxane
martinetd
];
mainProgram = "rmfakecloud";