mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
mopidy: remove usage of with lib;
This commit is contained in:
parent
d7edbf5505
commit
2f08dad0d1
1 changed files with 3 additions and 3 deletions
|
@ -75,12 +75,12 @@ pythonPackages.buildPythonApplication rec {
|
|||
inherit (nixosTests) mopidy;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://www.mopidy.com/";
|
||||
description = "Extensible music server that plays music from local disk, Spotify, SoundCloud, and more";
|
||||
mainProgram = "mopidy";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.fpletz ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.fpletz ];
|
||||
hydraPlatforms = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue