pkgs/games: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 13:36:04 +07:00
parent 93e5d99592
commit 2e34288f0d
159 changed files with 457 additions and 465 deletions
+3 -3
View File
@@ -38,9 +38,9 @@ let
aims to become the best possible open-source FPS of its kind.
'';
homepage = "https://www.xonotic.org/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ astsmtl zalakain petabyteboy ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ astsmtl zalakain petabyteboy ];
platforms = lib.platforms.linux;
};
desktopItem = makeDesktopItem {