Skip to content

Commit

Permalink
swayfx-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 656fe54 commit 934bbcd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/by-name/sw/swayfx-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@
sha256 = "sha256-Gwewb0yDVhEBrefSSGDf1hLtpWcntzifPCPJQhqLqI0=";
};

meta = with lib; {
meta = {
description = "Sway, but with eye candy!";
homepage = "https://github.com/WillPower3309/swayfx";
license = licenses.mit;
maintainers = with maintainers; [ eclairevoyant ricarch97 ];
platforms = platforms.linux;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
eclairevoyant
ricarch97
];
platforms = lib.platforms.linux;
mainProgram = "sway";

longDescription = ''
Expand Down

0 comments on commit 934bbcd

Please sign in to comment.