mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
onthespot: remove with.lib
This commit is contained in:
parent
364a8c30fd
commit
aba7ee13a4
@ -74,13 +74,13 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "QT based Spotify music downloader written in Python";
|
description = "QT based Spotify music downloader written in Python";
|
||||||
homepage = "https://github.com/casualsnek/onthespot";
|
homepage = "https://github.com/casualsnek/onthespot";
|
||||||
changelog = "https://github.com/casualsnek/onthespot/releases/tag/v${version}";
|
changelog = "https://github.com/casualsnek/onthespot/releases/tag/v${version}";
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ onny ];
|
maintainers = with lib.maintainers; [ onny ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "onthespot_gui";
|
mainProgram = "onthespot_gui";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user