Skip to content

Commit

Permalink
sway-unwrapped: remove meta = with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
eclairevoyant committed Apr 29, 2024
1 parent 7712ae4 commit 656fe54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/sw/sway-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {

passthru.tests.basic = nixosTests.sway;

meta = with lib; {
meta = {
description = "An i3-compatible tiling Wayland compositor";
longDescription = ''
Sway is a tiling Wayland compositor and a drop-in replacement for the i3
Expand All @@ -90,9 +90,9 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://swaywm.org";
changelog = "https://github.com/swaywm/sway/releases/tag/${finalAttrs.version}";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos synthetica ];
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ primeos synthetica ];
mainProgram = "sway";
};
})

0 comments on commit 656fe54

Please sign in to comment.