best practices: get rid of with pkgs;
This commit is contained in:
@@ -168,7 +168,7 @@ let
|
||||
}
|
||||
);
|
||||
};
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://polymc.org/";
|
||||
downloadPage = "https://polymc.org/download/";
|
||||
changelog = "https://github.com/PolyMC/PolyMC/releases";
|
||||
@@ -179,7 +179,7 @@ let
|
||||
their associated options with a simple interface.
|
||||
'';
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = licenses.gpl3Only;
|
||||
license = lib.licenses.gpl3Only;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user