filezilla: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-09-27 10:48:17 -03:00
parent 1f5bc04ff2
commit 3f5ecb4e27
+4 -1
View File
@@ -70,6 +70,9 @@ stdenv.mkDerivation {
'';
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
maintainers = with maintainers; [
pSub
iedame
];
};
}