folo: add amadejkastelic to maintainers

This commit is contained in:
Amadej Kastelic 2026-06-28 17:46:58 +02:00
commit 616539fe0e
No known key found for this signature in database

View file

@ -144,7 +144,10 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/RSSNext/Folo";
changelog = "https://github.com/RSSNext/Folo/releases/tag/${src.tag}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ iosmanthus ];
maintainers = with lib.maintainers; [
amadejkastelic
iosmanthus
];
platforms = [ "x86_64-linux" ];
mainProgram = "follow";
};