smfh: adopt by upstream team

This commit is contained in:
éclairevoyant
2025-12-06 03:20:13 -05:00
parent 93d8755df3
commit 51f8f8496c
+2 -4
View File
@@ -21,10 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Sleek Manifest File Handler";
homepage = "https://github.com/feel-co/smfh";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
arthsmn
gerg-l
];
maintainers = [ lib.maintainers.arthsmn ];
teams = [ lib.teams.feel-co ];
mainProgram = "smfh";
};
})