cosmic-notifications: remove with lib from meta
This commit is contained in:
committed by
Masum Reza
parent
81800f2f55
commit
7eca501ae5
@@ -53,12 +53,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/pop-os/cosmic-notifications";
|
||||
description = "Notifications for the COSMIC Desktop Environment";
|
||||
mainProgram = "cosmic-notifications";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = teams.cosmic.members;
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = lib.teams.cosmic.members;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user