bibata-cursors: fix meta

This commit is contained in:
éclairevoyant 2024-01-26 19:21:00 -05:00
parent a742e5da2e
commit bc67fc6dec
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
1 changed files with 4 additions and 4 deletions

View File

@ -48,11 +48,11 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Material Based Cursor Theme";
homepage = "https://github.com/ful1e5/Bibata_Cursor";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ rawkode AdsonCicilioti ];
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ rawkode AdsonCicilioti ];
};
}