tremc: remove with lib
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user