From 9537e6070961016b93096608017630559671e2c0 Mon Sep 17 00:00:00 2001 From: aleksana Date: Sun, 18 Jun 2023 04:24:26 +0800 Subject: [PATCH] marker: add aleksana as maintainer --- pkgs/applications/editors/marker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/marker/default.nix b/pkgs/applications/editors/marker/default.nix index 8af1921f4d6..dcfe3d8ed35 100644 --- a/pkgs/applications/editors/marker/default.nix +++ b/pkgs/applications/editors/marker/default.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://fabiocolacio.github.io/Marker/"; description = "Markdown editor for the Linux desktop made with GTK3"; - maintainers = with maintainers; [ trepetti ]; + maintainers = with maintainers; [ trepetti aleksana ]; license = licenses.gpl3Plus; platforms = platforms.linux; changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";