tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
marker: add aleksana as maintainer
aleksana
2 years ago
9537e607
d8cd7961
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
marker
default.nix
+1
-1
pkgs/applications/editors/marker/default.nix
···
48
meta = with lib; {
49
homepage = "https://fabiocolacio.github.io/Marker/";
50
description = "Markdown editor for the Linux desktop made with GTK3";
51
-
maintainers = with maintainers; [ trepetti ];
52
license = licenses.gpl3Plus;
53
platforms = platforms.linux;
54
changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";
···
48
meta = with lib; {
49
homepage = "https://fabiocolacio.github.io/Marker/";
50
description = "Markdown editor for the Linux desktop made with GTK3";
51
+
maintainers = with maintainers; [ trepetti aleksana ];
52
license = licenses.gpl3Plus;
53
platforms = platforms.linux;
54
changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";