tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cosmic-edit: remove `with lib` from meta
Heitor Augusto
4 months ago
c265b8a5
c5340535
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
cosmic-edit
package.nix
+4
-4
pkgs/by-name/co/cosmic-edit/package.nix
···
65
65
;
66
66
};
67
67
68
68
-
meta = with lib; {
68
68
+
meta = {
69
69
homepage = "https://github.com/pop-os/cosmic-edit";
70
70
description = "Text Editor for the COSMIC Desktop Environment";
71
71
mainProgram = "cosmic-edit";
72
72
-
license = licenses.gpl3Only;
73
73
-
teams = [ teams.cosmic ];
74
74
-
platforms = platforms.linux;
72
72
+
license = lib.licenses.gpl3Only;
73
73
+
teams = [ lib.teams.cosmic ];
74
74
+
platforms = lib.platforms.linux;
75
75
};
76
76
})