mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-11 21:06:19 +03:00
_1oom: remove 'with lib;' from meta
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
8a40bf8fb1
commit
4873085fde
1 changed files with 3 additions and 3 deletions
|
@ -52,12 +52,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
|
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/1oom-fork/1oom";
|
homepage = "https://github.com/1oom-fork/1oom";
|
||||||
changelog = "https://github.com/1oom-fork/1oom/releases/tag/v${finalAttrs.version}";
|
changelog = "https://github.com/1oom-fork/1oom/releases/tag/v${finalAttrs.version}";
|
||||||
description = "Master of Orion (1993) game engine recreation; a more updated fork";
|
description = "Master of Orion (1993) game engine recreation; a more updated fork";
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue