sov: fix meta

This commit is contained in:
éclairevoyant 2023-10-12 22:22:38 -04:00
parent c3b9bbf2d0
commit e24a5f5061
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -38,11 +38,12 @@ stdenv.mkDerivation (finalAttrs: {
wayland-protocols
];
meta = with lib; {
description = "An overlay that shows schemas for all workspaces to make navigation in sway easier.";
meta = {
description = "Workspace overview app for sway";
homepage = "https://github.com/milgra/sov";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = lib.licenses.gpl3Only;
mainProgram = "sov";
maintainers = with lib.maintainers; [ eclairevoyant ];
platforms = lib.platforms.linux;
};
})