tremc: remove with lib

This commit is contained in:
kyehn
2025-09-02 08:42:21 +08:00
parent bd602e99b4
commit ce9ae91eaa
+3 -3
View File
@@ -42,11 +42,11 @@ python3Packages.buildPythonApplication {
}"
];
meta = with lib; {
meta = {
description = "Curses interface for transmission";
mainProgram = "tremc";
homepage = "https://github.com/tremc/tremc";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ kashw2 ];
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ kashw2 ];
};
}