smfh: adopt by upstream team (#468360)

This commit is contained in:
Jo
2025-12-06 19:16:06 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+4
View File
@@ -342,6 +342,10 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
feel-co = {
github = "feel-co";
};
flutter = {
enableFeatureFreezePing = false;
github = "flutter";
+1 -4
View File
@@ -21,10 +21,7 @@ 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
];
teams = [ lib.teams.feel-co ];
mainProgram = "smfh";
};
})