Commit aba7ee13 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

onthespot: remove with.lib

parent 364a8c30
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -74,13 +74,13 @@ python3.pkgs.buildPythonApplication rec {
    })
  ];

  meta = with lib; {
  meta = {
    description = "QT based Spotify music downloader written in Python";
    homepage = "https://github.com/casualsnek/onthespot";
    changelog = "https://github.com/casualsnek/onthespot/releases/tag/v${version}";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ onny ];
    platforms = platforms.linux;
    license = lib.licenses.gpl2Only;
    maintainers = with lib.maintainers; [ onny ];
    platforms = lib.platforms.linux;
    mainProgram = "onthespot_gui";
  };
}