Commit ce9ae91e authored by kyehn's avatar kyehn
Browse files

tremc: remove with lib

parent bd602e99
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}